mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Cleanup
This commit is contained in:
parent
d07b704014
commit
2bdadc2140
6 changed files with 15 additions and 47 deletions
|
|
@ -476,14 +476,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
expectedStatusCode: 200
|
||||
);
|
||||
|
||||
print("Adjustment completed!");
|
||||
|
||||
if (response == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Stock adjustment succeeded!
|
||||
return true;
|
||||
return response.isValid();
|
||||
}
|
||||
|
||||
Future<bool> countStock(BuildContext context, double q, {String? notes}) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue