diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 14:36:10 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-18 14:36:10 -0700 |
commit | 7be7baeebee74dab20d5a0a63f7066094c47519b (patch) | |
tree | 17dee70dd4480468e73c1ac67104c8cfd40e1333 /httemplate/misc/order_pkg.html | |
parent | ad46607a14730f6ce4d70cd796b803591d90070e (diff) |
continue sales person work: customer and package selection, commissions, reporting. RT#23402
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r-- | httemplate/misc/order_pkg.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 057346810..febe427f9 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -33,7 +33,7 @@ <FONT CLASS="fsinnerbox-title"><% mt('Sales') |h %></FONT> % } % if ( $show_sales_table ) { - <% ntable("#cccccc", 2) %> + <% ntable("#cccccc") %> % } <& /elements/tr-select-sales.html, @@ -55,7 +55,7 @@ % } <FONT CLASS="fsinnerbox-title"><% mt('Package') |h %></FONT> -<% ntable("#cccccc", 2) %> +<% ntable("#cccccc") %> % if ( $part_pkg ) { <INPUT TYPE="hidden" NAME="pkgpart" VALUE="<% $part_pkg->pkgpart %>"> @@ -117,7 +117,7 @@ % % if ( $discount_cust_pkg || $waive_setup_fee ) { <FONT CLASS="fsinnerbox-title"><% mt('Discounting') |h %></FONT> - <% ntable("#cccccc", 2) %> + <% ntable("#cccccc") %> % if ( $waive_setup_fee ) { <TR> @@ -143,7 +143,7 @@ % my $contact_title = $lock_locationnum ? 'Contact' % : 'Contact and Location'; <FONT CLASS="fsinnerbox-title"><% mt($contact_title) |h %></FONT> -<% ntable("#cccccc", 2) %> +<% ntable("#cccccc") %> <& /elements/tr-select-contact.html, 'cgi' => $cgi, |