diff --git a/app/DataMapper/CompanySettings.php b/app/DataMapper/CompanySettings.php index 67b0e3cc2cb1..843c128717b2 100644 --- a/app/DataMapper/CompanySettings.php +++ b/app/DataMapper/CompanySettings.php @@ -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