From: ivan Date: Tue, 11 Nov 2003 07:51:17 +0000 (+0000) Subject: part_referral.cgi X-Git-Tag: NET_WHOIS_RAW_0_31~272 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=18356e277113c2237f296d3619b870b6879a2b6d part_referral.cgi --- 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 ) { %><% } %> <% } %>