mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-05 08:48:55 +00:00
Pre fill location (#384)
* Pre-fill the location when transferring stock * Update release notes
This commit is contained in:
parent
d0d96166c4
commit
279c15509c
@ -1,3 +1,9 @@
|
|||||||
|
### 0.12.4 -
|
||||||
|
---
|
||||||
|
|
||||||
|
- Pre-fill stock location when transferring stock amount
|
||||||
|
|
||||||
|
|
||||||
### - 0.12.3 - June 2023
|
### - 0.12.3 - June 2023
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -544,7 +544,9 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||||||
"nested": true,
|
"nested": true,
|
||||||
"value": widget.item.quantity,
|
"value": widget.item.quantity,
|
||||||
},
|
},
|
||||||
"location": {},
|
"location": {
|
||||||
|
"value": widget.item.locationId,
|
||||||
|
},
|
||||||
"notes": {},
|
"notes": {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user