2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 11:45:31 +00:00

Supplier part fix (#408)

* Change supplier part fields based on API version

* Display packaging info on supplier part page

* Icon consolidation

* Bump version number
This commit is contained in:
Oliver
2023-07-27 10:16:36 +10:00
committed by GitHub
parent d6460d58aa
commit d2a01a0286
6 changed files with 40 additions and 5 deletions

View File

@ -299,7 +299,7 @@ class APIFormField {
default:
return ListTile(
title: Text(
"Unsupported field type: '${type}'",
"Unsupported field type: '${type}' for field '${name}'",
style: TextStyle(
color: COLOR_DANGER,
fontStyle: FontStyle.italic),