Revision 4d2ec547
SL/Controller/CsvImport/BankTransaction.pm | ||
---|---|---|
81 | 81 |
|
82 | 82 |
my @conditions; |
83 | 83 |
|
84 |
if ($object->end_to_end_id) { |
|
84 |
if ($object->end_to_end_id && $::instance_conf->get_check_bt_duplicates_endtoend) {
|
|
85 | 85 |
push @conditions, ( end_to_end_id => $object->end_to_end_id ); |
86 | 86 |
} else { |
87 | 87 |
push @conditions, ( purpose => $object->purpose ); |
Auch abrufbar als: Unified diff
Mandantenkonfiguration bei Bankimport auch im CSV Fall beachten