mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
Update company detail display page
This commit is contained in:
@ -174,6 +174,17 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
// TODO: Display "supplied parts" count (click through to list of supplier parts)
|
||||
/*
|
||||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(L10().suppliedParts),
|
||||
leading: FaIcon(FontAwesomeIcons.shapes),
|
||||
trailing: Text("${company.partSuppliedCount}"),
|
||||
)
|
||||
);
|
||||
*/
|
||||
}
|
||||
|
||||
if (company.isManufacturer) {
|
||||
|
Reference in New Issue
Block a user