Added missing field to display price of products on quotation and purchase order
This commit is contained in:
@@ -13,5 +13,7 @@ public class Supplier
|
||||
[Required, MaxLength(100)] public string? City { get; set; }
|
||||
[Required] public int DeliveryDelay { get; set; }
|
||||
|
||||
public List<Price>? Prices { get; set; }
|
||||
public List<Price>? Prices { get; set; }
|
||||
public List<Quotation>? Quotations { get; set; }
|
||||
public List<PurchaseOrder>? PurchaseOrders { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user