2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 22:21:37 +00:00

Revert status fields for stock items (#7965)

* Revert status fields for stock items

* Fix PUI fields too

* Bump API version
This commit is contained in:
Oliver
2024-08-23 11:00:20 +10:00
committed by GitHub
parent cf9dcf0556
commit b9b44126de
5 changed files with 8 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ export function useStockFields({
value: batchCode,
onValueChange: (value) => setBatchCode(value)
},
status_custom_key: {},
status: {},
expiry_date: {
// TODO: icon
},