From 18356e277113c2237f296d3619b870b6879a2b6d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Nov 2003 07:51:17 +0000 Subject: [PATCH] part_referral.cgi --- httemplate/browse/part_referral.cgi | 4 ++-- httemplate/browse/svc_acct_pop.cgi | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/httemplate/browse/part_referral.cgi b/httemplate/browse/part_referral.cgi index 37eb32991..270740cb8 100755 --- a/httemplate/browse/part_referral.cgi +++ b/httemplate/browse/part_referral.cgi @@ -44,9 +44,9 @@ foreach my $part_referral ( sort { } qsearch('part_referral',{}) ) { %> - + <%= $part_referral->refnum %> - + <%= $part_referral->referral %> <% for my $period ( values %past ) { $sth->execute($part_referral->refnum, $today-$period) diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index f77fe820b..44cda81ad 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -48,7 +48,9 @@ foreach my $svc_acct_pop ( sort { <%= $svc_acct_pop->loc %> <%= $num_accounts %> - active + <% if ( $num_accounts ) { %><% } %> + active + <% if ( $num_accounts ) { %><% } %> <% } %> -- 2.11.0