diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 15:38:02 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-11 15:38:02 -0800 |
commit | 2372bdb860f7cb926b61a69a75c38997819b4923 (patch) | |
tree | 1e203301b8fed206ebbbb7b0a436d3fbcc866129 | |
parent | f5ba2c8127ef9fcbfda8c25e0eeb32d05e47fd30 (diff) |
mason include
-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'); |