summaryrefslogtreecommitdiff
path: root/httemplate/misc/order_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2009-03-28 22:59:36 +0000
committerivan <ivan>2009-03-28 22:59:36 +0000
commite3c3d86b7091d806af42e40475a28ea8afb5865c (patch)
tree8c3f95b1f917e84468adeed6b7cf385fdbf68658 /httemplate/misc/order_pkg.html
parent3868d5117cbfeb2d1f75ffe3d5dc96aa63f1e809 (diff)
package selector, split by package class, RT#5077
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r--httemplate/misc/order_pkg.html18
1 files changed, 7 insertions, 11 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html
index 2c8335154..9caa57a69 100644
--- a/httemplate/misc/order_pkg.html
+++ b/httemplate/misc/order_pkg.html
@@ -19,17 +19,13 @@
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $cust_main->custnum %>">
<% ntable("#cccccc", 2) %>
-<TR>
- <TH ALIGN="right">Package</TH>
- <TD COLSPAN=7>
- <% include('/elements/select-cust-part_pkg.html',
- 'curr_value' => $pkgpart,
- 'cust_main' => $cust_main,
- 'onchange' => 'enable_order_pkg',
- )
- %>
- </TD>
-</TR>
+<% include('/elements/tr-select-cust-part_pkg.html',
+ 'curr_value' => $pkgpart,
+ 'classnum' => -1,
+ 'cust_main' => $cust_main,
+ 'onchange' => 'enable_order_pkg',
+ )
+%>
% if ( $conf->exists('pkg_referral') ) {
<% include('/elements/tr-select-part_referral.html',