summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-11 15:38:02 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-11 15:38:02 -0800
commit2372bdb860f7cb926b61a69a75c38997819b4923 (patch)
tree1e203301b8fed206ebbbb7b0a436d3fbcc866129
parentf5ba2c8127ef9fcbfda8c25e0eeb32d05e47fd30 (diff)
mason include
-rw-r--r--httemplate/misc/order_pkg.html5
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');