RT# 82137 - default payment amount now has processing fee in total if processing...
[freeside.git] / httemplate / elements / hidden.html
index 26da70a..8311081 100644 (file)
@@ -1,7 +1,7 @@
 <INPUT TYPE  = "hidden"
        NAME  = "<% $opt{field} %>"
        ID    = "<% $opt{field} %>"
-       VALUE = "<% $opt{curr_value} || $opt{value} %>"
+       VALUE = "<% $opt{curr_value} || $opt{value} |h %>"
 >
 
 <%init>