Merge pull request #23636 from eileenmcnaughton/import_contact_type
[civicrm-core.git] / CRM / Custom / Import / Form / Preview.php
index a9a01a528fe745bedb28b9a3c297fdf7f0f62ee5..a86abbb7fee9d0e9ec16536bba9db6c6f8e8089f 100644 (file)
@@ -69,6 +69,7 @@ class CRM_Custom_Import_Form_Preview extends CRM_Import_Form_Preview {
     }
 
     $parser = new $this->_parser($mapperKeys);
+    $parser->setUserJobID($this->getUserJobID());
     $parser->setEntity($entity);
 
     $mapFields = $this->get('fields');