Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Accounting Integration, CiviContribute
-
Labels:None
Description
Batch mode (civicrm_batch.mode_id) differentiates Automatic from Manual batches. All batches are Manual for 4.3 release.
civicrm_batch.mode_id should Default to 1 (Manual Batch) - ( update the code for this )
Batch type (civicrm_batch.type_id) differentiates Contribution from Membership Bulk Data Entry batches.
Remove Automatic and Manual option value items from batch_type option group.
Check and fix code to ensure batch.mode_id is assigned properly.
Upgrades should set civicrm_batch.mode_id to 1 (Manual Batch).