Bug 17578: GetMemberDetails - Remove flags
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 7 Nov 2016 16:52:54 +0000 (16:52 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Dec 2016 13:12:42 +0000 (13:12 +0000)
commit41493004f69caf471e8d73b7db2a64e433f57465
tree66f7896e5f947e9c40dfb8554969c3e2e1dcea1f
parent4e78f1000de2cfa6a9cc434a4605d3e4ed6742d1
Bug 17578: GetMemberDetails - Remove flags

Same as authflags, a flags key is set containing all the patron flags.
It is only used in a few places and it's better to call
C4::Members::patronflags when we need it.

Test plan:
Look at the diff and confirm that the change make sense
Use git grep to confirm we do not use the flags somewhere else.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Circulation.pm
C4/ILSDI/Services.pm
C4/Members.pm
C4/SIP/ILS/Patron.pm
circ/circulation.pl
members/deletemem.pl
members/member-flags.pl