]> git.koha-community.org Git - koha.git/commit
Bug 15367: Do not display repeatable patron attributes in the batch patron modification
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Dec 2015 12:24:46 +0000 (12:24 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 25 Jan 2016 15:23:12 +0000 (16:23 +0100)
commitf15e1f9a3a70694e0544fb75014b05db63fc96e7
tree9ba471fbf74c344c23637fd00db58da7d6185fd7
parentdb893dcc0f67016f018421893724641fca45069d
Bug 15367: Do not display repeatable patron attributes in the batch patron modification

The repeatable patron attributes are not correctly managed and can cause
data lost. To avoid that, the easier way is not to display them in the
batch patron modification tool.
This should be implemented, as a new enhancement.

Test plan:
Create some patron attributes, some should be repeatable.
Use the batch patron modification tool to modify patrons.
With this patch, the patron attributes marked as repeatable won't be
display anymore.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Works as described, no koha-qa errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit 9030800e78ad7de868e1c5fa4c9fd469660e6e5d)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 2fbd04103a1807efd7378a3ee9c60e7974ccb606)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
tools/modborrowers.pl