summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/search/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index b2ff45b..7d9172a 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');
};