mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Fixes for importjson
This commit is contained in:
parent
ad27910025
commit
f7e91cabd4
@ -208,7 +208,6 @@ class CompanyImport implements ShouldQueue
|
||||
|
||||
$company_owner = $this->company->owner();
|
||||
|
||||
if($this->company->account->isFreeHostedClient()){
|
||||
|
||||
nlog("This is a free account");
|
||||
nlog("Backup user count = ".count($backup_users));
|
||||
@ -268,7 +267,6 @@ class CompanyImport implements ShouldQueue
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
nlog($this->message);
|
||||
nlog($this->pre_flight_checks_pass);
|
||||
|
Loading…
Reference in New Issue
Block a user