diff options
author | ivan <ivan> | 2011-08-02 03:27:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 03:27:31 +0000 |
commit | c659e521c19a0649733730bd897c98b5337395ac (patch) | |
tree | a6812394aef1b503c17f62c769c1fc493a43196d /httemplate | |
parent | 9230257f40167b22ea0c3d14efca99bbec5cb76f (diff) |
fix invoice and package reports, RT#13860, RT#12515
Diffstat (limited to 'httemplate')
-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"> |