diff options
author | levinse <levinse> | 2011-01-20 20:46:30 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-20 20:46:30 +0000 |
commit | 98779ec47370ad67c716154f67f6a726b83e09ed (patch) | |
tree | 808e131493ef786f9b63e13b1341167aaae72b3c /httemplate/misc | |
parent | 6f1653f32e2d7bef2b31832a0289482bc40613e5 (diff) |
Ikano / svc_dsl / qualification improvements, RT7111
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/order_pkg.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index b232debd7..dcbc01636 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -28,6 +28,9 @@ <FORM NAME="OrderPkgForm" ACTION="<% $p %>edit/process/quick-cust_pkg.cgi" METHOD="POST"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $cust_main->custnum %>"> +% if ( $svcpart ) { + <INPUT TYPE="hidden" NAME="svcpart" VALUE="<% $svcpart %>"> +% } <% ntable("#cccccc", 2) %> <% include('/elements/tr-select-cust-part_pkg.html', @@ -139,4 +142,6 @@ if( ! $conf->exists('order_pkg-no_start_date') ) { $start_date = $start_date ? time2str($format, $start_date) : ''; } +my $svcpart = $cgi->param('svcpart'); + </%init> |