diff options
-rw-r--r-- | httemplate/misc/order_pkg.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 4e061e2f7..851c31c0f 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -136,9 +136,10 @@ </TABLE><BR> -<% include('/misc/cust_pkg_usageprice.html', +<& /misc/cust_pkg_usageprice.html, 'pkgpart' => $pkgpart - ) %> +&> + <BR> % my $discount_cust_pkg = $curuser->access_right('Discount customer package'); |