From ba45d09bdde5e02abd8247ccecae439b89c253c2 Mon Sep 17 00:00:00 2001 From: Ronny Grobel Date: Fri, 17 Apr 2026 17:28:02 +0200 Subject: [PATCH] Add cost entry status column --- includes/Admin/Admin.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/includes/Admin/Admin.php b/includes/Admin/Admin.php index 31f829f..1146cad 100644 --- a/includes/Admin/Admin.php +++ b/includes/Admin/Admin.php @@ -1466,6 +1466,7 @@ class Admin { '> + '> @@ -1476,11 +1477,18 @@ class Admin { - + name ); ?> + + is_mandatory ) || (bool) $row->is_mandatory ) : ?> + + + + + get_cost_distribution_label( $row->distribution_type ) ); ?> format_currency( $row->unit_amount ) ); ?> format_currency( $row->calculated_total_cost ) ); ?>