Bug 21992: Remove unused Koha::Patron->update_password method
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 26 Dec 2018 16:22:55 +0000 (13:22 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 25 Jan 2019 20:29:31 +0000 (20:29 +0000)
commit03ea0f0b37acdd6eab2374bebc845fcbe1c8eb13
tree80b58adf6d3c58ecbdcbb04a4b2056b3a2fd30c8
parent197a7029f63d1af6c8fbb520e31b946b55df1b9b
Bug 21992: Remove unused Koha::Patron->update_password method

This patch removes the no longer used method.

To test:
- Apply this patch
- Run:
  $ git grep update_password
=> SUCCESS: Only references are in Auth_with_ldap.pm and not related
- Sign off :-D

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron.pm
t/db_dependent/Koha/Patrons.t