This commit is contained in:
@@ -15,7 +15,7 @@ namespace AyaNova.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
|
||||
|
||||
public long Serial { get; set; }//WAS PO NUMBER
|
||||
public string Notes { get; set; }
|
||||
public string Wiki { get; set; }
|
||||
@@ -42,10 +42,12 @@ namespace AyaNova.Models
|
||||
[NotMapped, JsonIgnore]
|
||||
public AyaType AyaType { get => AyaType.PurchaseOrder; }
|
||||
|
||||
[NotMapped]
|
||||
[NotMapped]
|
||||
public bool DisplayWarehouses { get; set; }
|
||||
[NotMapped]
|
||||
[NotMapped]
|
||||
public bool DisplayPartRequest { get; set; }
|
||||
[NotMapped]
|
||||
public bool DisplayTaxes { get; set; }
|
||||
|
||||
}//eoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user