mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 16:04:32 -04:00
remove mailbox preset
This commit is contained in:
parent
3fc35aefe7
commit
b3986df788
@ -50,10 +50,6 @@ class CompanyFactory
|
|||||||
$company->tax_data = new TaxModel();
|
$company->tax_data = new TaxModel();
|
||||||
$company->first_month_of_year = 1;
|
$company->first_month_of_year = 1;
|
||||||
|
|
||||||
// default mailbox
|
|
||||||
$company->expense_mailbox = config('ninja.ingest_mail.expense_mailbox_template') != '' ?
|
|
||||||
str_replace('{{company_key}}', $company->company_key, config('ninja.ingest_mail.expense_mailbox_template')) : null;
|
|
||||||
|
|
||||||
return $company;
|
return $company;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user