projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65bdc3
)
Case Custom Data: fix non-US numeric decimals
author
Mathieu Lu
<mathieu@symbiotic.coop>
Wed, 29 Nov 2023 19:39:39 +0000
(14:39 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 29 Nov 2023 19:46:34 +0000
(14:46 -0500)
CRM/Case/Form/CustomData.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/CustomData.php
b/CRM/Case/Form/CustomData.php
index b1768b63429755612cc7c341bcd69bdd2a05abae..47dbd939bdfcf496827db4c2818af26e0a027762 100644
(file)
--- a/
CRM/Case/Form/CustomData.php
+++ b/
CRM/Case/Form/CustomData.php
@@
-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();