Bug 14985: Fix regression on patron search
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 Nov 2015 12:03:51 +0000 (12:03 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 13 Nov 2015 14:24:54 +0000 (11:24 -0300)
commit2e74c8f15b7db2d973d9dcd4c2f6ea4ed12ce709
tree589599b17e455591c97aa4d3aadc45c3c92c88e4
parentb8b0b1370f98f88efe933cca5e6c186b7b7e513f
Bug 14985: Fix regression on patron search

This patch fixes 2 major errors introduced by last patch:
1/ Undefined subroutine &C4::Utils::DataTables::Members::dt_from_string
called
when searching for patrons
2/ Display the dates on the patron search in the pref format, not iso

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Utils/DataTables/Members.pm