mirror of
https://github.com/inventree/inventree-app.git
synced 2026-09-09 03:10:14 +00:00
On stock transfer - added merge stock option (already on web UI) (#875)
* added merge stock transfer option * update release notes and version
This commit is contained in:
@@ -459,7 +459,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
* Launches an API Form to transfer this stock item to a new location
|
||||
*/
|
||||
Future<void> _transferStockDialog(BuildContext context) async {
|
||||
Map<String, dynamic> fields = widget.item.transferFields();
|
||||
Map<String, dynamic> fields = await widget.item.transferFields();
|
||||
|
||||
launchApiForm(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user