mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 11:04:37 -04:00
Minor fixes for company imports
This commit is contained in:
parent
c074109b0c
commit
27ffea0280
@ -229,7 +229,7 @@ class CompanySettings extends BaseSettings
|
|||||||
public $require_quote_signature = false; //@TODO ben to confirm
|
public $require_quote_signature = false; //@TODO ben to confirm
|
||||||
|
|
||||||
//email settings
|
//email settings
|
||||||
public $email_sending_method = 'default'; //enum 'default','gmail','office365' 'client_postmark', 'client_mailgun'//@implemented
|
public $email_sending_method = 'default'; //enum 'default','gmail','office365' 'client_postmark', 'client_mailgun' //@implemented
|
||||||
|
|
||||||
public $gmail_sending_user_id = '0'; //@implemented
|
public $gmail_sending_user_id = '0'; //@implemented
|
||||||
|
|
||||||
|
@ -1199,7 +1199,7 @@ class CompanyImport implements ShouldQueue
|
|||||||
{
|
{
|
||||||
$this->genericImport(
|
$this->genericImport(
|
||||||
Webhook::class,
|
Webhook::class,
|
||||||
['company_id', 'user_id'],
|
['company_id', 'user_id', 'hashed_id', 'id',],
|
||||||
[
|
[
|
||||||
['users' => 'user_id'],
|
['users' => 'user_id'],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user