X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Funhold_pkg.html;h=d3eab3f060638e0fe98cc4fc74eae2aef65b4248;hp=7e54262c617cdb510e4821166e4a2cc595d272d2;hb=91e2bc5f8559642e33090484daede730e32a5391;hpb=a2ecb1cf6a6c084c521710f1256da082f70ba9e5 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); }