feat(inventory): Add quantity across locations translation and formatting (#11564)

Co-authored-by: Stevche Radevski <sradevski@live.com>
This commit is contained in:
Paolo Rossi
2025-04-08 08:31:18 -05:00
committed by GitHub
parent 78ee2e3063
commit b05807bfc1
4 changed files with 20 additions and 18 deletions

View File

@@ -3043,6 +3043,9 @@
"editItemDetails": {
"type": "string"
},
"quantityAcrossLocations": {
"type": "string"
},
"create": {
"type": "object",
"properties": {
@@ -3258,6 +3261,7 @@
"manageLocationQuantity",
"deleteWarning",
"editItemDetails",
"quantityAcrossLocations",
"create",
"reservation",
"adjustInventory",