mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Set default send_time for all entities to +12 UTC
This commit is contained in:
parent
f9ebeaad9f
commit
e066c8c81f
@ -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…
x
Reference in New Issue
Block a user