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