From 577b62882e384ea4fb84b0bbeef0af2624fbfeb0 Mon Sep 17 00:00:00 2001 From: Freddy Daniel Rojas Valda Date: Thu, 5 Feb 2015 11:17:39 -0400 Subject: [PATCH] PM-1436 "0016560: Dynaform conditions don't work on checkboxes when dynaform is in view mode" SOLVED --- gulliver/system/class.xmlform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index bc9145ea8..2af7fc1b1 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3225,7 +3225,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field } else { $html = ""; } - $html .= "NSFieldType() . " value='{$value}' />"; + $html .= "NSFieldType() . " value='{$value}' />"; return $html; } }