Skip to content
Snippets Groups Projects
Commit fb0ec9f7 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #125 from pradpnayak/CRM-11983

--made Financial Account Code - Credit and Financial Account Code - Debi...
parents fc9963e9 176c0e9b
Branches
Tags
No related merge requests found
......@@ -95,14 +95,12 @@ class CRM_Report_Form_Contribute_Bookkeeping extends CRM_Report_Form {
'name' => 'accounting_code',
'alias' => 'financial_account_civireport_debit',
'default' => TRUE,
'required' => TRUE,
),
'credit_accounting_code' => array(
'title' => ts('Financial Account Code - Credit'),
'name' => 'accounting_code',
'alias' => 'financial_account_civireport_credit',
'default' => TRUE,
'required' => TRUE,
),
'debit_name' => array(
'title' => ts('Financial Account Name - Debit'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment