This commit is contained in:
2021-02-19 19:39:28 +00:00
parent cd1db15fa0
commit 8b012573ce
2 changed files with 15 additions and 1 deletions

View File

@@ -48,6 +48,10 @@ namespace AyaNova.Models
public bool DisplayPartRequest { get; set; }
[NotMapped]
public bool DisplayTaxes { get; set; }
[NotMapped]
public bool DisplayReceived { get; set; }
[NotMapped]
public bool DisplayVendorNumber { get; set; }
}//eoc