multi-currency, RT#21565
authorIvan Kohler <ivan@freeside.biz>
Tue, 11 Jun 2013 06:20:23 +0000 (23:20 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 11 Jun 2013 06:20:23 +0000 (23:20 -0700)
httemplate/search/cust_bill_pkg.cgi

index b2ff45b..7d9172a 100644 (file)
@@ -211,7 +211,7 @@ if ( $conf->config('currencies') ) {
   @currency_sub = (
     map {
       my $what = $_;
-      sub { my $currency = $_[0]->get($what.'_billed_currency');
+      sub { my $currency = $_[0]->get($what.'_billed_currency') or return '';
             $currency. ' '. currency_symbol($currency, SYM_HTML).
               $_[0]->get($what.'_billed_amount');
           };