Revision fa503e5a
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
373 | 373 |
|
374 | 374 |
foreach my $invoice (@invoices) { |
375 | 375 |
my $payment_type; |
376 |
if ( @$skonto_hash{"$bt_id"} ) {
|
|
377 |
$payment_type = shift( @$skonto_hash{"$bt_id"} );
|
|
376 |
if (@{ $skonto_hash->{"$bt_id"} }) {
|
|
377 |
$payment_type = shift(@{ $skonto_hash->{"$bt_id"} });
|
|
378 | 378 |
} else { |
379 | 379 |
$payment_type = 'without_skonto'; |
380 | 380 |
}; |
Auch abrufbar als: Unified diff
BankTransactions: typo in deref