Revision 83ff5b5c
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 7 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
189 | 189 |
foreach ( @{$all_open_sepa_export_items}) { |
190 | 190 |
last if scalar (@all_sepa_invoices) == 0; |
191 | 191 |
foreach my $open_invoice (@all_sepa_invoices){ |
192 |
$open_invoice->{agreement} = 0; |
|
193 |
$open_invoice->{rule_matches} =''; |
|
192 | 194 |
if ( $_->ap_id == $open_invoice->id || $_->ar_id == $open_invoice->id ) { |
193 | 195 |
#$main::lxdebug->message(LXDebug->DEBUG2(),"exitem2=".$_->id." for invoice ".$open_invoice->id); |
194 | 196 |
my $factor = ( $_->ar_id == $open_invoice->id?1:-1); |
Auch abrufbar als: Unified diff
Bankimport: Nicht alle Vorschläge beim ersten "Verbuchen" sichtbar
Beim Einbau der Berücksichtigung des SEPA Exports sind die gefundenen Regeln für jede Banktransaktion
vorher zurückzusetzen.