@@ -, +, @@ other issues -> The example in the wiki is wrong: [% INCLUDE 'datatables.inc' %] -> Must be: -> Missing in tag -> Wrong word used "Date deceived" should be "Date received" -Look the code and notice about if else cluase without curly brackets -Go to Reports > Orders by fund -Play with: in filters 'All fund' Output: 'to screen into the browser' -You will see a DataTable displayed in screen clutter -Notice about 'Date deceived' and the foot of table -Apply patch -Refresh or execute again the report --- .../intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt @@ -7,7 +7,7 @@ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - + [% INCLUDE 'datatables.inc' %] @@ -61,7 +62,7 @@ Total RRP Total cost Entry date - Date deceived + Date received Internal note Vendor note @@ -90,7 +91,7 @@ [% END %] - TOTAL[% total_quantity %][% total_rrp | $Price %][% total_ecost | $Price %] + TOTAL[% total_quantity %][% total_rrp | $Price %][% total_ecost | $Price %] [% END %] [% ELSE %] --