X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=c5c992704be6c08acb91096e9a4088a7eaad57b5;hp=32c68f834317e33efd68184b198bc2319b7e8d5e;hb=c2146ae32fdef80049abfa13098db2d45f3ebdd5;hpb=c67822780e9f915a3df47943bd65689536dc9442 diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 32c68f834..c5c992704 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -1,5 +1,3 @@ - - <% my %search; @@ -11,7 +9,6 @@ } %> - <%= header('Agent Listing', menubar( 'Main Menu' => $p, 'Agent Types' => $p. 'browse/agent_type.cgi', @@ -36,7 +33,7 @@ full offerings (via their type).

Type Customers Reports - Registration Codes + Registration codes Prepaid cards Freq. Prog. @@ -71,43 +68,43 @@ foreach my $agent ( sort { - - - - - - - -
- <%= my $num_prospect = $agent->num_prospect_cust_main %> + + <%= my $num_prospect = $agent->num_prospect_cust_main %>    + <% if ( $num_prospect ) { %> <% } %>prospects<% if ($num_prospect ) { %><% } %>
+ - <%= my $num_active = $agent->num_active_cust_main %> + <%= my $num_active = $agent->num_active_cust_main %>    + <% if ( $num_active ) { %> <% } %>active<% if ( $num_active ) { %><% } %>
+ - <%= my $num_susp = $agent->num_susp_cust_main %> + <%= my $num_susp = $agent->num_susp_cust_main %>    + <% if ( $num_susp ) { %> <% } %>suspended<% if ( $num_susp ) { %><% } %>
+ - <%= my $num_cancel = $agent->num_cancel_cust_main %> + <%= my $num_cancel = $agent->num_cancel_cust_main %>    + <% if ( $num_cancel ) { %> <% } %>cancelled<% if ( $num_cancel ) { %><% } %>