Revision 5be8f312
Von Jan Büren vor fast 11 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
375 | 375 |
if ( $form->{'paid_'. $form->{paidaccounts}} ) { |
376 | 376 |
$form->{paidaccounts}++; |
377 | 377 |
} |
378 |
|
|
379 |
# default account for current assets (i.e. 1801 - SKR04) |
|
380 |
$form->{accno_arap} = IS->get_standard_accno_current_assets(\%myconfig, \%$form); |
|
381 |
|
|
378 | 382 |
for my $i (1 .. $form->{paidaccounts}) { |
379 | 383 |
$form->{totalpaid} += $form->{"paid_$i"}; |
380 | 384 |
|
Auch abrufbar als: Unified diff
Standard-Umlaufvermögen-Konto auch für Debitoren- und Kreditorenbuchung vorbelegen
closes #2385