This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
undefined
CANCERYS\kw093
1 week ago
parent
1e5261a2c5
commit
7ba4a1dc3c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save