want a listref not a list
authorjeff <jeff>
Tue, 1 Dec 2009 19:16:39 +0000 (19:16 +0000)
committerjeff <jeff>
Tue, 1 Dec 2009 19:16:39 +0000 (19:16 +0000)
FS/FS/cust_bill.pm

index cbb3107..af70add 100644 (file)
@@ -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) =