diff options
author | ivan <ivan> | 2010-04-06 21:44:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-06 21:44:10 +0000 |
commit | e43a91663fe211df6e0bf4c60b7ee65ad5b6d667 (patch) | |
tree | 200d65b0e4e6798fca47696b6c72e7a1376b8533 | |
parent | ccc2cb1f5277995465bc0702e7c230a0648b26e7 (diff) |
fix 1.9-style employee comission report, RT#6991
-rw-r--r-- | httemplate/search/report_employee_commission.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/httemplate/search/report_employee_commission.html b/httemplate/search/report_employee_commission.html index a79630a76..d439d5580 100644 --- a/httemplate/search/report_employee_commission.html +++ b/httemplate/search/report_employee_commission.html @@ -12,11 +12,7 @@ %# %> %# -%#2.1 -<% include( '/elements/tr-select-user.html' ) %> - -%#1.9 -%# <%include( '/elements/tr-select-otaker.html' ) %> +<% include( '/elements/tr-select-otaker.html' ) %> <% include( '/elements/tr-input-beginning_ending.html', ) %> |