[Bug 3820] Members in Log Viewer Showing ?? in UPDATE
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3820 --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> 2011-08-03 07:50:58 UTC --- Well, the cataloguing log shows exactly what the biblio was before it has been modified. I agree the MembersLog should be the same. Who changed that behaviour ? git blame C4/Members.pm, sub ModMember : ae48ebbc (Chris Nighswonger 2010-11-12 09:34:52 -0500 784) logaction("MEMBERS", "MODIFY", $data{'borrowernumber'}, "UPDATE (executed w/ ar git log C4/Members.pm shows that it was only a reindenting, so no blame to chris_n, digging earlier, I see from chris_n too, patch 35df86da596cdcd5e6d9fb0bc7c14f303a4a7e57, 2008-03-18, : - &logaction(C4::Context->userenv->{'number'},"MEMBERS","MODIFY",$data{'borrowernumber'},"") + &logaction(C4::Context->userenv->{'number'},"MEMBERS","MODIFY",$data{'borrowernumber'},"$query (executed w/ arg: $data{'borrowernumber'})") seems there was no info at all before this patch. I'm a little bit confused. Nicole, any idea ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org