Koha/acqui.simple
tipaul 2537461334 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.
2003-06-20 14:32:08 +00:00
..
addbiblio-nomarc.pl This script is now templated 2003-05-09 23:47:22 +00:00
addbiblio.pl repetable field support. 2003-06-20 14:32:08 +00:00
addbooks.pl We have a simple acquisitions system without marc mostly going now. 2003-05-04 03:16:15 +00:00
additem-nomarc.pl Mostly templated. 2003-05-11 06:59:11 +00:00
additem.pl Those fixes solves the "internal server error" with MARC::Record 1.12. 2003-04-28 13:07:14 +00:00
isbnsearch.pl Continuing work on the nonmarc simple acq 2003-05-04 04:00:00 +00:00
keywordsearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
savebiblio.pl We have a simple acquisitions system without marc mostly going now. 2003-05-04 03:16:15 +00:00
saveitem.pl We have a simple acquisitions system without marc mostly going now. 2003-05-04 03:16:15 +00:00
websitesearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00