From: jeff Date: Tue, 1 Dec 2009 19:17:37 +0000 (+0000) Subject: want a listref not a list X-Git-Tag: freeside_1_9_2~203 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6e7fff43136c356d24255896dff7df3fc4d8ee40;p=freeside.git want a listref not a list --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index cbb3107d7..af70add4a 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -2486,7 +2486,7 @@ sub print_generic { my $unsquelched = $params{unsquelch_cdr} || $cust_main->squelch_cdr ne 'Y'; my $multisection = $conf->exists('invoice_sections', $cust_main->agentnum); my $late_sections = []; - my $extra_sections = (); + my $extra_sections = []; my $extra_lines = (); if ( $multisection ) { ($extra_sections, $extra_lines) =