Pre fill location (#384)

* Pre-fill the location when transferring stock

* Update release notes
This commit is contained in:
Oliver 2023-06-28 21:25:15 +10:00 committed by GitHub
parent d0d96166c4
commit 279c15509c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -544,7 +544,9 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
"nested": true,
"value": widget.item.quantity,
},
"location": {},
"location": {
"value": widget.item.locationId,
},
"notes": {},
};