Fixed error with SupplierId on Delivery Note DTO
This commit is contained in:
@@ -14,6 +14,7 @@ export interface CreateDeliveryNoteDto {
|
||||
estimateDeliveryDate?: string;
|
||||
expeditionDate?: string;
|
||||
delivererId?: number;
|
||||
supplierId?: number;
|
||||
productQuantities?: { [key: string]: number; } | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user