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