forked from sanchezvem/PyroFetes
Firs fixes like price into PDF
This commit is contained in:
@@ -7,5 +7,7 @@ public class PurchaseOrder
|
||||
[Key] public int Id { get; set; }
|
||||
[Required, MaxLength(300)] public string? PurchaseConditions { get; set; }
|
||||
|
||||
[Required] public int SupplierId { get; set; }
|
||||
public Supplier? Supplier { get; set; }
|
||||
public List<PurchaseProduct>? PurchaseProducts { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user