forked from sanchezvem/pyrofetes-backend
Added missing field to display price of products on quotation and purchase order
This commit is contained in:
@@ -10,6 +10,9 @@ public class Quotation
|
||||
|
||||
[Required] public int CustomerId { get; set; }
|
||||
public Customer? Customer { get; set; }
|
||||
|
||||
[Required] public int SupplierId { get; set; }
|
||||
public Supplier? Supplier { get; set; }
|
||||
|
||||
public List<QuotationProduct>? QuotationProducts { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user