]> git.koha-community.org Git - koha.git/commit
Bug 16200: Convert all existing expired holds accounttype to HE
authorLari Taskula <larit@student.uef.fi>
Tue, 17 May 2016 11:44:45 +0000 (14:44 +0300)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 16 Jun 2016 07:22:29 +0000 (09:22 +0200)
commit36303e71f60f6ba21b7349b37682db202e93e329
tree60a3c1271cef023fe554369a385a69ff4bb93c98
parent17514959011434f9d868b8f7f553104228718789
Bug 16200: Convert all existing expired holds accounttype to HE

Before Bug 16200 expired holds have used accounttype F which is also used by
other type of fines. This patch updates all existing expired holds to new
accounttype HE (Hold Expired).

To test:
-1. Make sure you translated the string in previous patch of this buug
1. Find a Patron with "Hold waiting too long" fines and go to his Fines tab
2. Change Koha's language to some other than English
3. Observe that "Hold waiting too long" is still in English
4. Apply patch and run database update
5. Go back to Patron's Fines tab
6. Observe that "Hold waiting too long" is now translated

Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 09de19c427c1e99d7e921210ed39cb6a19737317)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit d80368370258432aab4d4171b886af26442d08c1)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
installer/data/mysql/atomicupdate/Bug_16200_Convert_expired_holds_to_accounttype_HE.sql [new file with mode: 0644]