Case Custom Data: fix non-US numeric decimals
authorMathieu Lu <mathieu@symbiotic.coop>
Wed, 29 Nov 2023 19:39:39 +0000 (14:39 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Wed, 29 Nov 2023 19:46:34 +0000 (14:46 -0500)
CRM/Case/Form/CustomData.php

index b1768b63429755612cc7c341bcd69bdd2a05abae..47dbd939bdfcf496827db4c2818af26e0a027762 100644 (file)
@@ -110,7 +110,7 @@ class CRM_Case_Form_CustomData extends CRM_Core_Form {
    * @throws \CRM_Core_Exception
    */
   public function postProcess(): void {
-    $params = $this->controller->exportValues($this->_name);
+    $params = $this->getSubmittedValues();
 
     $transaction = new CRM_Core_Transaction();