This commit is contained in:
2021-11-19 00:53:34 +00:00
parent c09e9ab39f
commit 30e04de855
2 changed files with 2 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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