From: Steve Sutton Date: Wed, 14 Nov 2018 13:34:03 +0000 (-0500) Subject: Add column for Boss/Employee X-Git-Tag: v1.0.12^2~1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Femployees;p=WP-Plugins%2Fglm-member-db-billing.git Add column for Boss/Employee Show in a column which ones have employees. --- 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}