2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-20 03:36:30 +00:00

Revert status fields for stock items ()

* 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
src
backend
InvenTree
InvenTree
common
templates
js
translated
frontend

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