diff --git a/lib/inventree/stock.dart b/lib/inventree/stock.dart index ba8685d4..827553b6 100644 --- a/lib/inventree/stock.dart +++ b/lib/inventree/stock.dart @@ -459,7 +459,7 @@ class InvenTreeStockItem extends InvenTreeModel { Future 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; }