Revision 529750ee
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
SL/Controller/YearEndTransactions.pm | ||
---|---|---|
364 | 364 |
}; |
365 | 365 |
}; |
366 | 366 |
|
367 |
my $debit_cb_acc = SL::DB::AccTransaction->new(
|
|
367 |
$debit_cb_acc = SL::DB::AccTransaction->new( |
|
368 | 368 |
transdate => $cb_date, |
369 | 369 |
ob_transaction => 0, |
370 | 370 |
cb_transaction => 1, |
... | ... | |
374 | 374 |
taxkey => 0, |
375 | 375 |
amount => $pl_debit_balance, |
376 | 376 |
); |
377 |
my $credit_cb_acc = SL::DB::AccTransaction->new(
|
|
377 |
$credit_cb_acc = SL::DB::AccTransaction->new( |
|
378 | 378 |
transdate => $cb_date, |
379 | 379 |
ob_transaction => 0, |
380 | 380 |
cb_transaction => 1, |
Auch abrufbar als: Unified diff
S:C:YearEndTransactions: Warnung vermeiden: Variablen waren schon deklariert