Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 08c340d2

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID 08c340d2caca21066fd8797e29f07facfde7a07c
  • Vorgänger 86330615
  • Nachfolger 57bf9c89

2 nicht abgefangene Arraykonvertierungen.

Unterschiede anzeigen:

bin/mozilla/am.pl
194 194
  }
195 195

  
196 196
  # Newaccount Folgekonto
197
  if (@{ $form->{NEWACCOUNT} }) {
197
  if (@{ $form->{NEWACCOUNT} || [] }) {
198 198
    if (!$form->{new_chart_valid}) {
199 199
      $form->{selectnewaccount} = qq|<option value=""> |. $locale->text('None') .q|</option>|;
200 200
    }
bin/mozilla/rp.pl
1296 1296
  RP->trial_balance(\%myconfig, \%$form, 'beginning_balances' => 1);
1297 1297

  
1298 1298

  
1299
  $form->{rowcount} = scalar @{ $form->{TB} };
1299
  $form->{rowcount} = scalar @{ $form->{TB} || [] };
1300 1300
  $form->{title} = sprintf($locale->text('Trial balance between %s and %s'), $form->{fromdate}, $form->{todate});
1301 1301

  
1302 1302
  my @columns = (

Auch abrufbar als: Unified diff