mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Bug fix - duplicate stock transfer action
This commit is contained in:
@ -314,7 +314,6 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
_selectedController.text = selectedLocation.pathstring;
|
||||
},
|
||||
onSaved: (value) {
|
||||
_transferStock(context, selectedLocation);
|
||||
},
|
||||
itemBuilder: (context, suggestion) {
|
||||
var location = suggestion as InvenTreeStockLocation;
|
||||
|
Reference in New Issue
Block a user