diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 14:42:44 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 14:42:44 -0700 |
commit | 26484e261d7a6bd833d041b417b60e63db19edf7 (patch) | |
tree | 318c28fa676dce3699aee8362e6de3812e7e0139 /httemplate/browse | |
parent | db9355be0f00722df45b3cecf9b55c43ede4ae3f (diff) |
scalar cgi param
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/part_pkg_taxproduct/billsoft.html | 2 | ||||
-rwxr-xr-x | httemplate/browse/part_pkg_taxproduct/suretax.html | 2 |
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> |