summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-17 23:27:18 +0000
committerjeff <jeff>2007-01-17 23:27:18 +0000
commitbe10e7a1421c13eec4b1bb3676eaf5c84344e601 (patch)
tree49c042b08d310791618b97d35d5102018f822650 /httemplate/misc/change_pkg.cgi
parent82caef6fbd6148a5a6a1d1149a13e23515551148 (diff)
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi8
1 files changed, 3 insertions, 5 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index 17dc8b859..7276f3256 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -27,10 +27,7 @@
% " ( pkgnum ". cust_pkg->pkgnum. ")";
%my $agent = $cust_main->agent;
%
-%print header("Change Package", menubar(
-% "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
-% 'Main Menu' => $p,
-%));
+%print header("Change Package");
%
%print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'),
% "</FONT><BR><BR>"
@@ -38,7 +35,8 @@
%
%my $part_pkg = $cust_pkg->part_pkg;
%
-%print small_custview( $cust_main, $conf->config('countrydefault') ).
+%print small_custview( $cust_main, $conf->config('countrydefault') || '' , '',
+% "${p}view/cust_main.cgi").
% qq!<FORM ACTION="${p}edit/process/cust_pkg.cgi" METHOD=POST>!.
% qq!<INPUT TYPE="hidden" NAME="custnum" VALUE="$custnum">!.
% qq!<INPUT TYPE="hidden" NAME="remove_pkg" VALUE="$pkgnum">!.