Set default send_time for all entities to +12 UTC

This commit is contained in:
David Bomba 2022-03-10 16:26:46 +11:00
parent f9ebeaad9f
commit e066c8c81f

View File

@ -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