mirror of
https://github.com/inventree/inventree-app.git
synced 2026-07-22 20:23:26 +00:00
display model pk entries (#851)
This commit is contained in:
@@ -239,6 +239,10 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
||||
),
|
||||
);
|
||||
|
||||
if (showPk) {
|
||||
tiles.add(pkTile(widget.company.pk));
|
||||
}
|
||||
|
||||
if (!widget.company.active) {
|
||||
tiles.add(
|
||||
ListTile(
|
||||
|
||||
Reference in New Issue
Block a user