Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.8, 4.4.4
-
Fix Version/s: 4.4.5
-
Component/s: CiviContribute
-
Labels:None
Description
After upgrading from version 4.2.7 to version 4.3.x (or version 4.4.x), there are 3 new option values in the option group "batch_status", all of which have a value of "0"
The option values affected are: "Data Entry", "Reopened" and "Exported"
This causes several problems. When on the screen at: /civicrm/financial/financialbatches?reset=1&batchStatus=2 and I change the status filter to "any" I get a JavaScript error. If I change the status filter to "exported", I get no records.
As a work-around, I changed the option values by hand: "Data Entry" =3 , "Reopened" = 4, and "Exported" =5. (Those are values I observed in the public sandbox) I also had to manually update the field "status_id" in the table "civicrm_batch" for many batches,