repetable field support.
authortipaul <tipaul>
Fri, 20 Jun 2003 14:32:08 +0000 (14:32 +0000)
committertipaul <tipaul>
Fri, 20 Jun 2003 14:32:08 +0000 (14:32 +0000)
commit25374613347d30b865e07ac562b394aa2259984a
treeb76a7c46255168c4aa9b0a36b924046e0b1f7e55
parentf2dbb0498012e5c6e5b6fe0a0badcfb8b5d24cbe
repetable field support.
The 3 problem from yesterday are fixed :
* cc the + to each tab (for instance, only in tab 0)
* doing the french template
* fixing an annoying bug : everything is stored in the same field :
200$a$b$c$a$b$c and not
200$a$b$c
200$a$b$c
as expected.

100% FUNCTIONNAL (at least I expect !)

IMPORTANT NOTE :
ALL subfields from a field MUST be in the same tab. Otherwise, Koha can't magically find how to group subfields in case of repeted fields.
I'll add a check in checkmarc immediatly.
That's not a "bug" in Koha. That's mandatory because of MARC structure.
acqui.simple/addbiblio.pl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl
koha-tmpl/intranet-tmpl/default/fr/acqui.simple/addbiblio.tmpl