[Koha-bugs] [Bug 6657] Making 999 visible in framework duplicates 999 entry and affects index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 12 13:21:12 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6657

--- Comment #17 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list