2 nicht abgefangene Arraykonvertierungen.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:35:12 +0000 (18:35 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:35:12 +0000 (18:35 +0200)
bin/mozilla/am.pl
bin/mozilla/rp.pl

index e6bf0fc..27b18e4 100644 (file)
@@ -194,7 +194,7 @@ sub account_header {
   }
 
   # Newaccount Folgekonto
-  if (@{ $form->{NEWACCOUNT} }) {
+  if (@{ $form->{NEWACCOUNT} || [] }) {
     if (!$form->{new_chart_valid}) {
       $form->{selectnewaccount} = qq|<option value=""> |. $locale->text('None') .q|</option>|;
     }
index db1473e..5115ddd 100644 (file)
@@ -1296,7 +1296,7 @@ sub generate_trial_balance {
   RP->trial_balance(\%myconfig, \%$form, 'beginning_balances' => 1);
 
 
-  $form->{rowcount} = scalar @{ $form->{TB} };
+  $form->{rowcount} = scalar @{ $form->{TB} || [] };
   $form->{title} = sprintf($locale->text('Trial balance between %s and %s'), $form->{fromdate}, $form->{todate});
 
   my @columns = (