summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 14:42:44 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 14:42:44 -0700
commit26484e261d7a6bd833d041b417b60e63db19edf7 (patch)
tree318c28fa676dce3699aee8362e6de3812e7e0139 /httemplate/browse
parentdb9355be0f00722df45b3cecf9b55c43ede4ae3f (diff)
scalar cgi param
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-xhttemplate/browse/part_pkg_taxproduct/billsoft.html2
-rwxr-xr-xhttemplate/browse/part_pkg_taxproduct/suretax.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/part_pkg_taxproduct/billsoft.html b/httemplate/browse/part_pkg_taxproduct/billsoft.html
index c58ac30fa..adb5c3ca1 100755
--- a/httemplate/browse/part_pkg_taxproduct/billsoft.html
+++ b/httemplate/browse/part_pkg_taxproduct/billsoft.html
@@ -67,7 +67,7 @@ $service_labels{''} = $trans_labels{''} = '';
&>
<& /elements/hidden.html,
field => 'id',
- curr_value => $cgi->param('id'),
+ curr_value => scalar($cgi->param('id')),
&>
</%def>
<%init>
diff --git a/httemplate/browse/part_pkg_taxproduct/suretax.html b/httemplate/browse/part_pkg_taxproduct/suretax.html
index 8f237f360..178062c4a 100755
--- a/httemplate/browse/part_pkg_taxproduct/suretax.html
+++ b/httemplate/browse/part_pkg_taxproduct/suretax.html
@@ -124,7 +124,7 @@ foreach my $row ( qsearch({
&>
<& /elements/hidden.html,
field => 'id',
- curr_value => $cgi->param('id'),
+ curr_value => scalar($cgi->param('id')),
&>
</%def>
<%init>