mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Pre fill location (#384)
* Pre-fill the location when transferring stock * Update release notes
This commit is contained in:
@ -544,7 +544,9 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
"nested": true,
|
||||
"value": widget.item.quantity,
|
||||
},
|
||||
"location": {},
|
||||
"location": {
|
||||
"value": widget.item.locationId,
|
||||
},
|
||||
"notes": {},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user