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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 12 Jan 2016 15:35:50 +0000 (15:35 +0000)
commit9030800e78ad7de868e1c5fa4c9fd469660e6e5d
tree3d018927b0f92ea7d411b4fd17f07b2cc0385b5a
parent01d48a78258f98f693a8f48d7294a6ae880d5fc4
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
tools/modborrowers.pl