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:
@ -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),
|
||||
|
Reference in New Issue
Block a user