Koha/C4
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
..
Circulation *** empty log message *** 2003-03-10 15:19:33 +00:00
Interface Moved C4/Charset.pm to C4/Interface/CGI/Output.pm 2003-02-02 07:18:37 +00:00
Accounts.pm *** empty log message *** 2003-02-19 01:33:52 +00:00
Accounts2.pm code cleaning 2002-12-13 10:36:22 +00:00
Auth.pm reindenting & code cleaning 2003-03-19 21:03:32 +00:00
Authorities.pm fugfixes from Dombes Abbey work 2002-12-10 13:30:03 +00:00
Biblio.pm Fix some bugs : 2003-04-10 13:56:02 +00:00
BookShelves.pm Converted a few SQL statements to use ? to fix a few strange SQL errors 2003-02-05 10:05:02 +00:00
Boolean.pm Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
Catalogue.pm bugfix for bookseller forgot and minor sql improvement 2003-03-03 17:37:34 +00:00
Circmain.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Circulation.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Context.pm Fixed completely wrong logic in my boolean_preference function 2003-02-10 06:37:00 +00:00
Database.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Date.pm fix for #229 2003-04-08 11:30:55 +00:00
Format.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Groups.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Input.pm reindenting & code cleaning 2003-03-19 21:03:32 +00:00
InterfaceCDK.pm Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Koha.pm * moving generic functions to Koha.pm 2003-03-07 16:35:42 +00:00
Maintainance.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Makefile.PL Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
MANIFEST Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
Members.pm Moved the cardnumber generation logic out of memberentry.pl; new module 2003-02-10 07:14:16 +00:00
Output.pm last commits before 1.9.1 2003-04-04 08:40:44 +00:00
Print.pm Merging from rel-1-2 to trunk 2002-10-28 20:02:57 +00:00
Reserves.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Reserves2.pm fix for #187 2003-04-07 14:05:24 +00:00
Scan.pm Added a POD of sorts. 2002-10-07 00:48:50 +00:00
Search.pm small fix to avoid empty list when itemtypes does'nt exist in DB 2003-04-01 13:19:55 +00:00
SearchMarc.pm last commits before 1.9.1 2003-04-04 08:40:44 +00:00
Security.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Shelf.pm Added a couple of tests. 2002-10-24 04:12:10 +00:00
SimpleMarc.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Stats.pm Templating reservereport et shelves. 2002-12-19 18:55:40 +00:00
Stock.pm Templating reports.pl 2002-12-19 15:22:18 +00:00
test.pl Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Z3950.pm Removed the unecessary $dbh argument from being passed. 2003-02-19 01:01:06 +00:00