This commit is contained in:
2021-02-19 23:25:38 +00:00
parent fec77aa2ba
commit 7fc95b0502
2 changed files with 14 additions and 14 deletions

View File

@@ -43,15 +43,15 @@ namespace AyaNova.Models
public AyaType AyaType { get => AyaType.PurchaseOrder; }
[NotMapped]
public bool DisplayWarehouses { get; set; }
public bool HasSelectableWarehouses { get; set; }
[NotMapped]
public bool DisplayPartRequest { get; set; }
public bool HasPartRequest { get; set; }
[NotMapped]
public bool DisplayTaxes { get; set; }
public bool HasTaxes { get; set; }
[NotMapped]
public bool DisplayReceived { get; set; }
public bool HasReceipt { get; set; }
[NotMapped]
public bool DisplayVendorNumber { get; set; }
public bool HasVendorNumber { get; set; }
}//eoc