Browse Source

update

undefined
CANCERYS\kw093 1 week ago
parent
commit
7ba4a1dc3c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/app/api/inventory/index.ts

+ 2
- 0
src/app/api/inventory/index.ts View File

@@ -14,6 +14,8 @@ export interface InventoryResult {
onHoldQty: number;
unavailableQty: number;
availableQty: number;
stockUomId?: number | null;
stockUomCode?: string | null;
uomCode: string;
uomUdfudesc: string;
uomShortDesc: string;


Loading…
Cancel
Save