[freeside-commits] branch master updated. 91e2bc5f8559642e33090484daede730e32a5391

Ivan Kohler ivan at freeside.biz
Wed Apr 24 14:50:19 PDT 2019


The branch, master has been updated
       via  91e2bc5f8559642e33090484daede730e32a5391 (commit)
      from  4d763392708ffaaf2fbd43e9b9a22ef943295919 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 91e2bc5f8559642e33090484daede730e32a5391
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Apr 24 14:50:17 2019 -0700

    fix error display un-holding a package, RT#83178

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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/process/unhold_pkg.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list