This commit is contained in:
@@ -35,8 +35,10 @@ namespace AyaNova.Models
|
||||
public DateTime? PurchaseOrderDateViz { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime? PurchaseOrderExpectedDateViz { get; set; }
|
||||
[NotMapped]
|
||||
public bool PurchaseOrderOnOrderViz { get; set; }
|
||||
|
||||
//redundant; the poid suffices
|
||||
// [NotMapped]
|
||||
// public bool PurchaseOrderOnOrderViz { get; set; }
|
||||
|
||||
[Required]
|
||||
public decimal Received { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user