Revision 28b51413
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
SL/Controller/BankTransaction.pm | ||
---|---|---|
my @otherproposals = grep {
|
||
($_->{agreement} >= $proposal_threshold)
|
||
&& (1 == scalar @{ $_->{proposals} })
|
||
&& ($_->{proposals}->[0]->forex == 0) # nyi forex invoices for automatic booking
|
||
} @{ $bank_transactions };
|
||
|
||
push @proposals, @otherproposals;
|
Auch abrufbar als: Unified diff
Fremdwährungsrechnungen nicht als automatischen Vorschlag übernehmen