projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefea86
)
Core.settings.php - doNotAttachPDFReceipt - Match previous defaults
author
Tim Otten
<totten@civicrm.org>
Sat, 12 Sep 2015 21:47:04 +0000
(14:47 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 17 Sep 2015 22:49:31 +0000
(15:49 -0700)
settings/Core.setting.php
patch
|
blob
|
blame
|
history
diff --git
a/settings/Core.setting.php
b/settings/Core.setting.php
index 6b97c170a4f772658d94c1b25bb32eacd3a5c688..c4c5cd056bade863a3848fa98f042ca5ed045803 100644
(file)
--- 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,