fix error display un-holding a package, RT#83178
authorIvan Kohler <ivan@freeside.biz>
Wed, 24 Apr 2019 21:50:17 +0000 (14:50 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 24 Apr 2019 21:50:17 +0000 (14:50 -0700)
httemplate/misc/process/unhold_pkg.html

index 7e54262..d3eab3f 100755 (executable)
@@ -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>