]> git.koha-community.org Git - koha.git/commit
bugfix : when modifying a biblio, on a repeated field with many subfields, the test...
authortipaul <tipaul>
Thu, 23 Dec 2004 08:43:43 +0000 (08:43 +0000)
committertipaul <tipaul>
Thu, 23 Dec 2004 08:43:43 +0000 (08:43 +0000)
commit230e6759bae1dca713f5fa978196640b21d00bbd
tree8abfcb70c4562f48091300afd0b6bb01978745c3
parent51326d1011831fb263594d263b254bec0c7c833e
bugfix : when modifying a biblio, on a repeated field with many subfields, the test to show empty subfields in X>1 was wrong : the missing subfields of the 1st field were repeated.
Example :
606 has $a$x$z

1st is 606$a (so $x$z empty)
2nd is 606$a$x

The marc editor in the 2nd field showed before this fix :
606 $a a_value
   $x another_value
   $x
   $z
(the 2nd $x being useless
acqui.simple/addbiblio.pl