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