http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6657 --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 46517 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46517 Bug 6657: Follow-up to fix error on authority creation Review of attachment 46517: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6657&attachment=46517) ----------------------------------------------------------------- ::: C4/Biblio.pm @@ +2541,5 @@
if ( $tag < 10 ) { # no code for theses fields # in MARC editor, 000 contains the leader. + if ( $isbiblio && $tag == $biblionumbertagfield ) { + $i += 4;
Could you explain this line please? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug.