2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-01 15:06:49 +00:00
This commit is contained in:
Oliver 2021-07-13 08:34:30 +10:00
parent a8b3027ec7
commit 4691dd3054

View File

@ -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;
}