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:
@@ -385,6 +385,10 @@ class _BuildOrderDetailState extends RefreshableState<BuildOrderDetailWidget> {
|
||||
// Header tile
|
||||
tiles.add(headerTile(context));
|
||||
|
||||
if (showPk) {
|
||||
tiles.add(pkTile(widget.order.pk));
|
||||
}
|
||||
|
||||
// Part information
|
||||
if (widget.order.partDetail != null) {
|
||||
InvenTreePart part = widget.order.partDetail!;
|
||||
|
||||
Reference in New Issue
Block a user