projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5002544
)
want a listref not a list
author
jeff
<jeff>
Tue, 1 Dec 2009 19:16:39 +0000
(19:16 +0000)
committer
jeff
<jeff>
Tue, 1 Dec 2009 19:16:39 +0000
(19:16 +0000)
FS/FS/cust_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_bill.pm
b/FS/FS/cust_bill.pm
index
cbb3107
..
af70add
100644
(file)
--- 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) =