2
0
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:
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

@ -1,3 +1,9 @@
### 0.12.4 -
---
- Pre-fill stock location when transferring stock amount
### - 0.12.3 - June 2023
---

View File

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