mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
Refactor stock adjustment functions
- Provide compatibility with "modern" and "legacy" API versions
This commit is contained in:
@ -383,7 +383,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||
_quantityController.clear();
|
||||
_notesController.clear();
|
||||
|
||||
var result = await item.transferStock(locationId, quantity: quantity, notes: notes);
|
||||
var result = await item.transferStock(context, locationId, quantity: quantity, notes: notes);
|
||||
|
||||
refresh();
|
||||
|
||||
|
Reference in New Issue
Block a user