mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
commit
dd32a95a65
@ -340,7 +340,7 @@ class CompanyImport implements ShouldQueue
|
|||||||
$method = "import_{$import}";
|
$method = "import_{$import}";
|
||||||
|
|
||||||
nlog($method);
|
nlog($method);
|
||||||
|
|
||||||
$this->{$method}();
|
$this->{$method}();
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -383,6 +383,8 @@ class CompanyImport implements ShouldQueue
|
|||||||
$obj_array,
|
$obj_array,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$new_obj->company_id = $this->company->id;
|
||||||
|
$new_obj->user_id = $user_id;
|
||||||
$new_obj->save(['timestamps' => false]);
|
$new_obj->save(['timestamps' => false]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user