X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=25524323de2156bb14d99c5689a21c67c6e888f9;hb=6b28d0bd4b422d0fff32b559d0785665b1c46b27;hp=fc9ce5413ef7ab5ca809b17e43df54ac752c8de5;hpb=7c9457296c5dd8985eda5a8325ba1254223ec953;p=freeside.git diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index fc9ce5413..25524323d 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -38,6 +38,10 @@ full offerings (via their type).

Ticketing % } +% if ( $conf->config('currencies') ) { + Currencies +% } + Payment Gateway Overrides Configuration Overrides @@ -84,12 +88,12 @@ full offerings (via their type).

% if ( $agent->agent_custnum ) { - <% include('/elements/small_custview.html', - $agent->agent_custnum, - scalar($conf->config('countrydefault')), - 1, #show balance - ) - %> + <& /elements/small_custview.html, + $agent->agent_custnum, + scalar($conf->config('countrydefault')), + 1, #show balance + $p.'view/cust_main.cgi', + &> % } @@ -178,6 +182,26 @@ inactive + + <% my $num_ordered = $agent->num_ordered_cust_main %>  + + + + +% if ( $num_ordered ) { + + +% } +ordered +% if ($num_ordered ) { + +% } + + + + + + <% my $num_active = $agent->num_active_cust_main %>  @@ -262,6 +286,11 @@ inactive + + +   + + @@ -361,19 +390,23 @@ Unused
Generate cards -% if ( $conf->config('ticket_system') ) { - +% if ( $conf->config('ticket_system') ) { -% if ( $agent->ticketing_queueid ) { - - Queue: <% $agent->ticketing_queueid %>: <% $agent->ticketing_queue %>
+% if ( $agent->ticketing_queueid ) { + Queue: <% $agent->ticketing_queueid %>: + <% $agent->ticketing_queue %> +
+% } + % } +% if ( $conf->config('currencies') ) { + + <% join('
', sort keys %{ $agent->agent_currency_hashref } ) %> % } - % foreach my $override (