mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE): Add week field handling for marketing and sales order
forms
This commit is contained in:
@@ -11,6 +11,7 @@ export type BaseProductWarehouse = {
|
||||
quantity: number;
|
||||
product: Product;
|
||||
warehouse: Warehouse;
|
||||
week?: number | null;
|
||||
};
|
||||
|
||||
export type ProductWarehouse = BaseMetadata & BaseProductWarehouse;
|
||||
|
||||
Reference in New Issue
Block a user