mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Add more fields for stock item creation
This commit is contained in:
@ -340,7 +340,7 @@ class APIFormField {
|
||||
part.description,
|
||||
style: TextStyle(fontWeight: selected ? FontWeight.bold : FontWeight.normal),
|
||||
) : null,
|
||||
leading: extended ? InvenTreeAPI().getImage(part.thumbnail, width: 32, height: 32) : null,
|
||||
leading: extended ? InvenTreeAPI().getImage(part.thumbnail, width: 40, height: 40) : null,
|
||||
);
|
||||
|
||||
case "partcategory":
|
||||
|
Reference in New Issue
Block a user