From f825dba2ae8060f1611a60461efee8fb75586d20 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sat, 12 Sep 2015 14:47:04 -0700 Subject: [PATCH] Core.settings.php - doNotAttachPDFReceipt - Match previous defaults --- settings/Core.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 6b97c170a4..c4c5cd056b 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -411,7 +411,7 @@ return array( 'name' => 'doNotAttachPDFReceipt', 'type' => 'Boolean', 'quick_form_type' => 'YesNo', - 'default' => 1, + 'default' => 0, 'add' => '4.3', 'title' => 'Attach PDF copy to receipts', 'is_domain' => 1, -- 2.25.1