Bug 6758: Add new patron column for date of renewal
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 25 Apr 2017 17:27:00 +0000 (13:27 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Sep 2017 17:15:06 +0000 (14:15 -0300)
commitb57088868ee53bce1ee6dff95cf18d8005b4b34d
tree0700d440457a58da9c7a0fbc3e09e2b1fdcf99c1
parent8088e3a3379fb8708226cabeadc190f7310d93f4
Bug 6758: Add new patron column for date of renewal

Test Plan:
1) Apply this patch
2) Run updatedatabase
3) Create a new patron
4) Note the new column date_renewed is NULL
5) Renew the patron
6) Note the date in the column date_renewed is today's date

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Patron.pm
installer/data/mysql/atomicupdate/bug_6758.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
t/db_dependent/Koha/Patrons.t