import: skip search for duplicates

This commit is contained in:
yuri
2016-11-07 12:54:14 +02:00
parent 8f4917eb24
commit f4a88df067
5 changed files with 18 additions and 2 deletions
+1
View File
@@ -138,6 +138,7 @@ class Import extends \Espo\Core\Controllers\Record
'currency' => $data['currency'],
'defaultValues' => $data['defaultValues'],
'action' => $data['action'],
'skipDuplicateChecking' => $data['skipDuplicateChecking']
);
if (array_key_exists('updateBy', $data)) {