summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_pkg_taxproduct
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/part_pkg_taxproduct')
-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>