Revision f0d5e4bb
Von Jan Büren vor mehr als 7 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
222 | 222 |
# the arrays $bt->{proposals} and $bt->{rule_matches}, and the agreement |
223 | 223 |
# score is stored in $bt->{agreement} |
224 | 224 |
|
225 |
foreach my $open_invoice (@all_non_sepa_invoices) { |
|
225 |
foreach my $open_invoice (@all_non_sepa_invoices, @all_sepa_invoices) {
|
|
226 | 226 |
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice); |
227 | 227 |
$open_invoice->{realamount} = $::form->format_amount(\%::myconfig, |
228 | 228 |
$open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1), 2); |
Auch abrufbar als: Unified diff
Minimaler Notflicken für #277
Zumindestens werden damit überhaupt wieder Treffer in
der Vorschlagsliste für Banküberweisung mit SEPA erzeugt.
S.a. Details Ticket, dass ist kein akzeptabler Fix, sondern
nur der Flicken, damit Anwender die Vorschlagsliste überhaupt
wieder so nutzen können wie in 3.4.1