Core.settings.php - doNotAttachPDFReceipt - Match previous defaults
authorTim Otten <totten@civicrm.org>
Sat, 12 Sep 2015 21:47:04 +0000 (14:47 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:49:31 +0000 (15:49 -0700)
settings/Core.setting.php

index 6b97c170a4f772658d94c1b25bb32eacd3a5c688..c4c5cd056bade863a3848fa98f042ca5ed045803 100644 (file)
@@ -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,