mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
fix(FE): adjust data types for project flock and product stock inventory
This commit is contained in:
Vendored
+1
@@ -18,6 +18,7 @@ export type BaseInventoryProduct = {
|
||||
suppliers: Supplier[];
|
||||
flags: string[];
|
||||
product_warehouses?: ProductWarehouseStock[];
|
||||
total_stock?: number;
|
||||
};
|
||||
|
||||
export type ProductWarehouseStock = {
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ export type BaseProjectFlock = {
|
||||
kandangs: (Kandang & {
|
||||
project_flock_kandang_id: number;
|
||||
})[];
|
||||
project_budgets: ProjectFlockBudget[];
|
||||
project_budgets?: ProjectFlockBudget[];
|
||||
approval: BaseApproval;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user