Revision e417dbcb
Von Sven Schöling vor mehr als 6 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
182 | 182 |
# score is stored in $bt->{agreement} |
183 | 183 |
|
184 | 184 |
foreach my $open_invoice (@all_open_invoices) { |
185 |
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice); |
|
186 |
$open_invoice->{realamount} = $::form->format_amount(\%::myconfig, |
|
187 |
$open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1), 2); |
|
185 |
($open_invoice->{agreement}, $open_invoice->{rule_matches}) = $bt->get_agreement_with_invoice($open_invoice, |
|
186 |
sepa_export_items => $all_open_sepa_export_items, |
|
187 |
); |
|
188 |
$open_invoice->{realamount} = $::form->format_sellprice($open_invoice->amount * ($open_invoice->{is_ar} ? 1 : -1)); |
|
188 | 189 |
} |
189 | 190 |
|
190 | 191 |
my $agreement = 15; |
Auch abrufbar als: Unified diff
BankTransaction/list: vorhandene sepa_export_items an get_agreement übergeben
Conflicts:
SL/Controller/BankTransaction.pm