mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Bug fix - duplicate stock transfer action
This commit is contained in:
parent
27a6025c32
commit
432558678d
2 changed files with 11 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue