Bug 6934: Fix code in CashRegisterStats (dataTables pagination, more accurate descrip...
authorgenevieve <genevieve.plantin@inlibro.com>
Tue, 15 Sep 2015 15:18:49 +0000 (11:18 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:50:24 +0000 (11:50 +0000)
commit0c1413d0ff4b26aeddbcdd760ac5ed941af1b72c
tree23a9b752e6c15fa043de2131db3cf5b8f4d6294d
parentcaf0a0200566091d4294eb552efcbe3c1a59775e
Bug 6934: Fix code in CashRegisterStats (dataTables pagination, more accurate descriptions, add a delimiter pull down, change C4::Dates to Koha::DateUtils)

I cleaned up the code according to comment #23. I got rid of DHTMLcalendar_dateformat,
beacause it wasn't use in cash_register_stats.tt. C4::Dates is deprecated,
Koha::DateUtils is now used.
Some column names are changed and the pagination for the dataTables is fixed.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt
reports/cash_register_stats.pl