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:
@@ -218,6 +218,10 @@ class _SOShipmentDetailWidgetState
|
||||
List<Widget> shipmentTiles(BuildContext context) {
|
||||
List<Widget> tiles = [];
|
||||
|
||||
if (showPk) {
|
||||
tiles.add(pkTile(widget.shipment.pk));
|
||||
}
|
||||
|
||||
final bool checked = widget.shipment.isChecked;
|
||||
final bool shipped = widget.shipment.isShipped;
|
||||
final bool delivered = widget.shipment.isDelivered;
|
||||
|
||||
Reference in New Issue
Block a user