29 Nov
2016
29 Nov
'16
11:25 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17578 --- Comment #32 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Jonathan Druart from comment #26)
Created attachment 57797 [details] [review] 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.
in members/members-flags.pl, line 96: if ( $bor->{flags} && $bor->{flags} & 2**$bit ) { -- You are receiving this mail because: You are watching all bug changes.