display model pk entries (#851)

This commit is contained in:
Oliver
2026-07-06 23:18:51 +10:00
committed by GitHub
parent cb6b5a437d
commit e301abebd8
21 changed files with 104 additions and 1 deletions
+4
View File
@@ -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;