From c2241ab12e01a624153d9ca3ef27944ffa376ebb Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 14 Nov 2018 08:34:03 -0500 Subject: [PATCH] Add column for Boss/Employee Show in a column which ones have employees. --- views/admin/billing/accounts.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/admin/billing/accounts.html b/views/admin/billing/accounts.html index 7e10b5c..13442e3 100644 --- a/views/admin/billing/accounts.html +++ b/views/admin/billing/accounts.html @@ -21,6 +21,7 @@ ID Member Name + Boss/Employees Billing Email Anniversary Date Renewal Date @@ -32,12 +33,13 @@ {$t.id} {$t.ref_name} + {if $t.boss.value}Yes{/if} {$t.email} {$t.anniversary_date.date} {$t.renewal_date.date} - + | @@ -58,7 +60,7 @@ - +
{foreach $t.employees as $emp}
{$emp.ref_name}
-- 2.17.1