From e066c8c81f2e9ae277edf5f0cc42a1cc6a70b775 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 10 Mar 2022 16:26:46 +1100 Subject: [PATCH] Set default send_time for all entities to +12 UTC --- app/DataMapper/CompanySettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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