summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-11 15:37:49 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-11 15:37:49 -0800
commit08963f08dc2731780dbdb1166b79c1233936724d (patch)
treee802d8ac9c58d24c9b5acea79de22b5bef8360a9
parent9539e7985ca1e508329d2f36f2f1e56b8d44dbed (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 39cb2f4d6..f3a573c56 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');