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:
Neil Beukes
2026-09-07 21:15:16 +10:00
committed by GitHub
parent 5418a71207
commit 609d096613
7 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -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,