Added missing field to display price of products on quotation and purchase order
This commit is contained in:
@@ -15,5 +15,6 @@ public class GetQuotationProductDto
|
||||
public string? ProductImage { get; set; }
|
||||
public string? ProductLink { get; set; }
|
||||
public int ProductMinimalQuantity { get; set; }
|
||||
public decimal ProductPrice { get; set; }
|
||||
public int QuotationId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user