summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-04-30 14:03:07 -0400
committerChristopher Burger <burgerc@freeside.biz>2019-04-30 14:03:07 -0400
commit27ef6158f7cca5785626e1a71b3be794e277c045 (patch)
treed91a3f66ca3b4503b73d150ca52eae747a28e8c8 /httemplate/misc/process
parent28e514ef8bd4df905d75c843f4e0b7cae98f6535 (diff)
parent5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e (diff)
Merge branch 'FREESIDE_4_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_4_BRANCH
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/unhold_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/unhold_pkg.html b/httemplate/misc/process/unhold_pkg.html
index 7e54262c6..d3eab3f06 100755
--- a/httemplate/misc/process/unhold_pkg.html
+++ b/httemplate/misc/process/unhold_pkg.html
@@ -47,6 +47,6 @@ if ( $cust_pkg->setup or !$cust_pkg->susp ) {
if ( $error ) {
$cgi->param('error', $error);
- print $cgi->redirect($fsurl.'misc/unhold_pkg.html?', $cgi->query_string);
+ print $cgi->redirect($fsurl.'misc/unhold_pkg.html?'. $cgi->query_string);
}
</%init>