diff options
author | ivan <ivan> | 2011-08-02 03:27:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 03:27:33 +0000 |
commit | aab3b8983e23c77f3c8654f458eca0f53ade80f8 (patch) | |
tree | 82cfa7943a99a89ed4e83b43bcf62786a812fd1a | |
parent | 42cb4ccd7ef9ddb418b31405500925863703dd3b (diff) |
fix invoice and package reports, RT#13860, RT#12515
-rwxr-xr-x | httemplate/search/report_cust_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index bbd9f6bc4..3da59c2ac 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -1,4 +1,4 @@ -<% include('/elements/header.html', mt($title, @title_arg) %> +<& /elements/header.html, mt($title, @title_arg) &> <FORM ACTION="cust_pkg.cgi" METHOD="GET"> <INPUT TYPE="hidden" NAME="magic" VALUE="bill"> |