Revision 08c340d2
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
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
2 nicht abgefangene Arraykonvertierungen.