refactor(FE): Rename available_qty to transfer_available_qty

This commit is contained in:
rstubryan
2026-03-16 10:51:02 +07:00
parent 375de4c86c
commit b020f2b187
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export type BaseProductWarehouse = {
warehouse_id: number;
uom: Uom;
quantity: number;
available_qty?: number;
transfer_available_qty?: number;
product: Product;
warehouse: Warehouse;
project_flock_kandang?: {