mirror of
https://github.com/inventree/inventree-app.git
synced 2026-09-09 03:10:14 +00:00
bug fix: PO Lines (#685)
* bug fix: PO Lines - Correctly display part images for purchase order line items * Refactor * Code formatting
This commit is contained in:
@@ -732,6 +732,8 @@ class InvenTreeModel {
|
||||
|
||||
var response = await api.get(URL, params: params);
|
||||
|
||||
print("paginated: ${URL}: ${params}");
|
||||
|
||||
if (!response.isValid()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user