[freeside-commits] branch FREESIDE_4_BRANCH updated. 5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e
Ivan Kohler
ivan at freeside.biz
Wed Apr 24 14:50:22 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e (commit)
from ef637ed03ffd57f63e3ae50f4c073a965f463946 (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 5e824e1b4862fe424ebbf0644ead3b3ba41aeb5e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 24 14:50:21 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