Adapted front with back update

This commit is contained in:
2026-05-25 10:53:32 +01:00
parent b03196ce0f
commit d2ca8b1bf2
8 changed files with 12 additions and 16 deletions
@@ -22,6 +22,7 @@ export interface GetPurchaseProductDto {
productLink?: string | null;
productMinimalQuantity?: number;
productPrice?: number;
purchaseOrderId?: number;
quantity?: number;
}