mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 15:06:49 +00:00
URL fix
This commit is contained in:
parent
a8b3027ec7
commit
4691dd3054
@ -459,7 +459,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
|
||||
Future<bool> countStock(BuildContext context, double q, {String? notes}) async {
|
||||
|
||||
final bool result = await adjustStock(context, "/stock/count", q, notes: notes);
|
||||
final bool result = await adjustStock(context, "/stock/count/", q, notes: notes);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user