X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FContribute.setting.php;h=ace5db5ca3a0b3100567b7dbaff2b16d8d235f17;hb=89d193fdbff63a326df5ed7f013208fdad4c4dba;hp=b953b79e57a47a6928a5d85ef1bcb31e9c7a4020;hpb=3bed05e98c8353628afc30efe51856433b5eb46c;p=civicrm-core.git diff --git a/settings/Contribute.setting.php b/settings/Contribute.setting.php index b953b79e57..ace5db5ca3 100644 --- a/settings/Contribute.setting.php +++ b/settings/Contribute.setting.php @@ -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, + ), );