Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3.beta
-
Component/s: Core CiviCRM
-
Labels:None
Description
Create a free event and then try to register it offline. You will get db error. This is because 'fee_currency' field in civicrm_participant table is not null. So we should make following changes:
- Change "fee_currency" in civicrm_participant table as default null, allow null
- Change "currency" in civicrm_contribution, civicrm_grant, civicrm_pcp, civicrm_pledge tables as default null, allow null
Handle above changes in upgrade process