Koha/acqui.simple
tipaul 88867f1426 Fix some bugs :
* worked in 1.9.0, but not in 1.9.1 :
- modif of a biblio didn't work
- empty fields where not shown when modifying a biblio. empty fields managed by the library (ie in tab 0->9 in MARC parameter table) MUST be entered, even if not presented.

* did not work before :
- repeatable subfields now works correctly. Enter 2 subfields separated by | and they will be splitted during saving.
- dropped the last subfield of the MARC form :-(

Internal changes :
- MARCmodbiblio now works by deleting and recreating the biblio. It's not perf optimized, but MARC is a "do_something_impossible_to_trace" standard, so, it's the best solution. not a problem for me, as biblio are rarely modified.
Note the MARCdelbiblio has been rewritted to enable deletion of a biblio WITHOUT deleting items.
2003-04-10 13:56:02 +00:00
..
addbiblio.pl Fix some bugs : 2003-04-10 13:56:02 +00:00
addbooks.pl Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
addbookslccn.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
additem.pl fixes 2003-04-01 12:26:43 +00:00
isbnsearch.pl fixing bug when a search gets more than 10 biblios : now, user can reach biblio 10, 20, 30... 2003-03-19 21:01:01 +00:00
keywordsearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
marcimport.pl Removed the unecessary $dbh argument from being passed. 2003-02-19 01:01:06 +00:00
saveitem.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
viewmarc.pl Added magic RCS comment. 2002-10-13 07:45:05 +00:00
websitesearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00