mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Merge pull request #132 from inventree/search-fix
Search fix
(cherry picked from commit a4814816ad)
This commit is contained in:
parent
d7d8cefddd
commit
10b435f4fa
4 changed files with 126 additions and 61 deletions
|
|
@ -216,8 +216,6 @@ class InvenTreeModel {
|
|||
|
||||
if (response.isValid()) {
|
||||
int n = int.tryParse(response.data["count"].toString()) ?? 0;
|
||||
|
||||
print("${URL} -> ${n} results");
|
||||
return n;
|
||||
} else {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue