[freeside-commits] branch FREESIDE_3_BRANCH updated. 69a13395159bf8df783d74cbcb5f9444e1a946d5
Ivan Kohler
ivan at freeside.biz
Wed Apr 24 14:50:25 PDT 2019
The branch, FREESIDE_3_BRANCH has been updated
via 69a13395159bf8df783d74cbcb5f9444e1a946d5 (commit)
from 1a409e3604c5f2aeba195527227d56f167b715e8 (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 69a13395159bf8df783d74cbcb5f9444e1a946d5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 24 14:50:24 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 6eec7ee8a..19cf922d2 100755
--- a/httemplate/misc/process/unhold_pkg.html
+++ b/httemplate/misc/process/unhold_pkg.html
@@ -49,6 +49,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