]> git.koha-community.org Git - koha.git/commit
Bug 17782 - Patron updated_on field should be set to current timestamp when borrower...
authorNick Clemens <nick@bywatersolutions.com>
Thu, 15 Dec 2016 14:17:55 +0000 (14:17 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 7 Feb 2017 21:23:53 +0000 (22:23 +0100)
commitc3abbc2453ad4378a92bf60692468706a7117678
tree67358f9318a6e8829eba3d2a7a3af67c10d4b4fd
parent090f2885b7a910ee84212fa5bb0141611121eb77
Bug 17782 - Patron updated_on field should be set to current timestamp when borrower is deleted

To test:
01 Find a patron
02 Get the updated_on value from the db in borrowers table
03 Delete the patron
04 Get the update_on value from the db on deletedborrowers table
05 Values from 02 and 04 are the same
06 Apply patch
07 Repeat 01-04
08 Values should now be different

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 92a4e0e5f36fd4c5c817db96f8206b3ad903436e)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Koha/Patron.pm