mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Display part stock in part search results
This commit is contained in:
@ -113,6 +113,7 @@ class PartSearchDelegate extends SearchDelegate<InvenTreePart> {
|
||||
width: 40,
|
||||
height: 40
|
||||
),
|
||||
trailing: Text(part.inStockString),
|
||||
onTap: () {
|
||||
InvenTreePart().get(context, part.pk).then((var prt) {
|
||||
if (prt is InvenTreePart) {
|
||||
|
Reference in New Issue
Block a user