Set default send_time for all entities to +12 UTC
This commit is contained in:
parent
f9ebeaad9f
commit
e066c8c81f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class CompanySettings extends BaseSettings
|
|||
public $auto_convert_quote = true; //@implemented
|
||||
public $auto_email_invoice = true; //@only used for Recurring Invoices, if set to false, we never send?
|
||||
|
||||
public $entity_send_time = 0;
|
||||
public $entity_send_time = 12;
|
||||
|
||||
public $inclusive_taxes = false; //@implemented
|
||||
public $quote_footer = ''; //@implmented
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue