Bug 20455: Fix sort patrons by date expired
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Mar 2018 16:13:58 +0000 (13:13 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 14 May 2018 13:27:14 +0000 (13:27 +0000)
commit09eaaaebcd8e02dbb3d026304d6227bbdc146cca
tree30165372e5d12ac89a6f8729ac65d4e2e25b7c57
parent688d8c0092faf8d30ae5b40efd854721da5ccb36
Bug 20455: Fix sort patrons by date expired

We may need to apply this change for all other occurrences in our
codebase.

Test plan:
- Make sure sample patron data is loaded and you have a patron without a
date expired defined
- Make an empty search for all patrons or another search that gives you
a good amount of results
- Try to sort on the date expired column

=> Without this patch you get
Odd number of elements in anonymous hash
at /home/vagrant/kohaclone/C4/Utils/DataTables/Members.pm line 189.
output_pref is called with 'dateonly' (ref SCALAR), not a DateTime
object

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Utils/DataTables/Members.pm