From 98779ec47370ad67c716154f67f6a726b83e09ed Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 20 Jan 2011 20:46:30 +0000 Subject: Ikano / svc_dsl / qualification improvements, RT7111 --- httemplate/misc/order_pkg.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/misc') 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 @@
+% if ( $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'); + -- cgit v1.2.1