From 91893b441b4281d0384dbb783e67383d0ea5ead2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 10 Jun 2013 23:20:23 -0700 Subject: [PATCH] multi-currency, RT#21565 --- httemplate/search/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index b2ff45b09..7d9172aca 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -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'); }; -- 2.11.0