diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-09-10 21:33:37 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-09-10 21:33:37 -0500 |
commit | 8eeac13d3a8b231efd786eca0555087de5dbb17e (patch) | |
tree | 6b84175ec9906e27b343e77774b3967419c701a8 /httemplate/misc/order_pkg.html | |
parent | ffa5a5ba5f1e75ad5e7545f5c8e303e079014f2f (diff) |
RT#33410: Package GB add-ons
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r-- | httemplate/misc/order_pkg.html | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 799165fe0..cb2bd4832 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -5,11 +5,6 @@ } &> -<& /elements/xmlhttp.html, - 'url' => $p.'misc/xmlhttp-part_pkg_usageprice.html', - 'subs' => [ 'get_part_pkg_usageprice' ], -&> - <& /elements/init_calendar.html &> <SCRIPT TYPE="text/javascript" SRC="../elements/order_pkg.js"></SCRIPT> @@ -121,19 +116,9 @@ </TABLE><BR> -%#so: -%# - hide until you selecdt a pacakge with add-ons -%# -lookup and display the available add-ons when -%# -add them to the (recur if there is one, otherwise setup) price and display magically like processing fees do on edit/cust_pay.cgi - -%# better label? -<FONT CLASS = "fsinnerbox-title" - ID = "cust_pkg_usageprice_title" - STYLE = "display:none" -><% mt('Usage add-ons') |h %></FONT> -<TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0 ID="cust_pkg_usageprice_table"> - -</TABLE> +<% include('/misc/cust_pkg_usageprice.html', + 'pkgpart' => $pkgpart + ) %> <BR> % my $discount_cust_pkg = $curuser->access_right('Discount customer package'); |