mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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:
parent
d6460d58aa
commit
d2a01a0286
6 changed files with 40 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue