This commit is contained in:
@@ -326,6 +326,7 @@ namespace AyaNova.Biz
|
|||||||
ret.CustomerReferenceNumber = sourceWo.CustomerReferenceNumber;
|
ret.CustomerReferenceNumber = sourceWo.CustomerReferenceNumber;
|
||||||
ret.CustomerContactName = sourceWo.CustomerContactName;
|
ret.CustomerContactName = sourceWo.CustomerContactName;
|
||||||
ret.InvoiceNumber = sourceWo.InvoiceNumber;
|
ret.InvoiceNumber = sourceWo.InvoiceNumber;
|
||||||
|
ret.CanReport=customerEffectiveRights.ThisWOEffectiveWOReportId!=null;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ namespace AyaNova.Models
|
|||||||
public string InvoiceNumber { get; set; }
|
public string InvoiceNumber { get; set; }
|
||||||
public bool CanWiki {get;set;}
|
public bool CanWiki {get;set;}
|
||||||
public bool CanAttachments {get;set;}
|
public bool CanAttachments {get;set;}
|
||||||
|
public bool CanReport {get;set;}
|
||||||
}//eoc
|
}//eoc
|
||||||
}//eons
|
}//eons
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user