diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 18:56:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 18:56:59 -0800 |
commit | 943f3ff4145a0ce2ef946aba3f0ba4aa495f224e (patch) | |
tree | d19bb2466ae4c8259f6f0203e15f470320a21021 /httemplate/misc/order_pkg.html | |
parent | a80456f3f7f775cc50d343a7bcaef69e83f96c42 (diff) |
move misc/cust_pkg_usageprice.html to elements/table-cust_pkg_usageprice.html, RT#33410
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r-- | httemplate/misc/order_pkg.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index f3a573c56..a08cb4bf1 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -136,12 +136,10 @@ </TABLE><BR> -<& /misc/cust_pkg_usageprice.html, +<& /elements/table-cust_pkg_usageprice.html, 'pkgpart' => $pkgpart &> -<BR> - % my $discount_cust_pkg = $curuser->access_right('Discount customer package'); % my $waive_setup_fee = $curuser->access_right('Waive setup fee'); % |