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:
@@ -404,6 +404,10 @@ class _PurchaseOrderDetailState
|
||||
|
||||
tiles.add(headerTile(context));
|
||||
|
||||
if (showPk) {
|
||||
tiles.add(pkTile(widget.order.pk));
|
||||
}
|
||||
|
||||
if (supportProjectCodes && widget.order.hasProjectCode) {
|
||||
tiles.add(
|
||||
ListTile(
|
||||
|
||||
Reference in New Issue
Block a user