Revision 6fa8f517
SL/Controller/BankTransaction.pm | ||
---|---|---|
181 | 181 |
# score is stored in $bt->{agreement} |
182 | 182 |
|
183 | 183 |
foreach my $open_invoice (@all_open_invoices) { |
184 |
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice, |
|
185 |
# sepa_export_items => $all_open_sepa_export_items,
|
|
186 |
); |
|
184 |
|
|
185 |
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice);
|
|
186 |
|
|
187 | 187 |
$open_invoice->{realamount} = $::form->format_amount(\%::myconfig, |
188 | 188 |
$open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1), 2); |
189 | 189 |
} |
Auch abrufbar als: Unified diff
Kosmetik: Die Parameter waren eh schrottig zu erkennen (umbruch)