Skip to content

Commit

Permalink
Kosmetik: Die Parameter waren eh schrottig zu erkennen (umbruch)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivijan committed Jan 16, 2025
1 parent daa00fb commit 6fa8f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SL/Controller/BankTransaction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ sub gather_bank_transactions_and_proposals {
# score is stored in $bt->{agreement}

foreach my $open_invoice (@all_open_invoices) {
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice,
# sepa_export_items => $all_open_sepa_export_items,
);

($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice);

$open_invoice->{realamount} = $::form->format_amount(\%::myconfig,
$open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1), 2);
}
Expand Down

0 comments on commit 6fa8f51

Please sign in to comment.