This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user