SuggestedQuantity field added to pm and wo item parts
This commit is contained in:
@@ -27,6 +27,7 @@ namespace AyaNova.Models
|
||||
public string PartWarehouseViz { get; set; }
|
||||
[Required]
|
||||
public decimal Quantity { get; set; }
|
||||
public decimal SuggestedQuantity { get; set; }
|
||||
public long? TaxPartSaleId { get; set; }
|
||||
[NotMapped]
|
||||
public string TaxCodeViz { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user