Bug 19776: (follow-up) remove dup category_type keys
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 14 Dec 2017 19:01:33 +0000 (16:01 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 14 Dec 2017 19:10:15 +0000 (16:10 -0300)
commit441585a6cc402340977948338dddc6090c1b541f
treeefcd34b6eb540decaebb4165ead78ec3bc4360bb
parent233b83ca5d6632e6d84f82e9fe50306b30212f49
Bug 19776: (follow-up) remove dup category_type keys

The previous patch was obviously wrong, the category_type key appeared
twice.
categories.category_type is a varchar(1) and 'P' is not 'X'.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Circulation.t
t/db_dependent/Circulation/MarkIssueReturned.t
t/db_dependent/Circulation/NoIssuesChargeGuarantees.t
t/db_dependent/Circulation/SwitchOnSiteCheckouts.t
t/db_dependent/Circulation/dateexpiry.t
t/db_dependent/DecreaseLoanHighHolds.t