Fixed error with SupplierId on Delivery Note DTO

This commit is contained in:
2026-05-25 16:33:03 +01:00
parent dbeb5b43ee
commit 7e69cbd952
4 changed files with 7 additions and 4 deletions
@@ -14,6 +14,7 @@ export interface CreateDeliveryNoteDto {
estimateDeliveryDate?: string;
expeditionDate?: string;
delivererId?: number;
supplierId?: number;
productQuantities?: { [key: string]: number; } | null;
}