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:
Oliver 2025-08-19 11:37:27 +10:00 committed by GitHub
parent 28701359da
commit 7d32bd6d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 4 deletions

View file

@ -732,6 +732,8 @@ class InvenTreeModel {
var response = await api.get(URL, params: params);
print("paginated: ${URL}: ${params}");
if (!response.isValid()) {
return null;
}