mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
URL fix
This commit is contained in:
parent
a8b3027ec7
commit
4691dd3054
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||||
|
|
||||||
Future<bool> countStock(BuildContext context, double q, {String? notes}) async {
|
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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue