mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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
2 changed files with 9 additions and 1 deletions
|
|
@ -544,7 +544,9 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
"nested": true,
|
||||
"value": widget.item.quantity,
|
||||
},
|
||||
"location": {},
|
||||
"location": {
|
||||
"value": widget.item.locationId,
|
||||
},
|
||||
"notes": {},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue