Retain preferred array format while searching Money values.
authoreileen <emcnaughton@wikimedia.org>
Tue, 9 Oct 2018 17:10:38 +0000 (18:10 +0100)
committereileen <emcnaughton@wikimedia.org>
Wed, 10 Oct 2018 11:33:47 +0000 (12:33 +0100)
commite45c5e687f1c1180ac51cd1eb22be9c3bbae6433
treeb6766261dbbcc45ebeb4870d038a6801103cefde
parentccabbc44eb4331b897a06399bb5a551af0de2833
Retain preferred array format while searching Money values.

The preferred BAO_Query format is ['BETWEEN' => [12.40 AND 13.50]] but this is currently being munged back
into legacy format, creating a test fail

Note that the search doesn't work properly with international commas, with, or without
this patch :-(
CRM/Core/BAO/CustomQuery.php