CRM-19417 - distmaker - Rename report file. Tweak edge-case for missing repos.
[civicrm-core.git] / settings / Contribute.setting.php
index b953b79e57a47a6928a5d85ef1bcb31e9c7a4020..ace5db5ca3a0b3100567b7dbaff2b16d8d235f17 100644 (file)
@@ -165,4 +165,19 @@ return array(
     'description' => NULL,
     'help_text' => NULL,
   ),
+  'always_post_to_accounts_receivable' => array(
+    'group_name' => 'Contribute Preferences',
+    'group' => 'contribute',
+    'name' => 'always_post_to_accounts_receivable',
+    'type' => 'Integer',
+    'html_type' => 'checkbox',
+    'quick_form_type' => 'Element',
+    'default' => 0,
+    'add' => '4.7',
+    'title' => 'Always post to Accounts Receivable?',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => NULL,
+    'help_text' => NULL,
+  ),
 );