Koha/acqui.simple
tipaul 230e6759ba 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
2004-12-23 08:43:43 +00:00
..
addbiblio-nomarc.pl This script is now templated 2003-05-09 23:47:22 +00:00
addbiblio.pl 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. 2004-12-23 08:43:43 +00:00
addbooks.pl adding frameworkcode to API in some subs 2004-08-13 16:37:25 +00:00
additem-nomarc.pl improving behaviour when MARC=OFF 2004-11-19 16:41:49 +00:00
additem.pl adding frameworkcode to API in some subs 2004-08-13 16:37:25 +00:00
isbnsearch.pl cataloguing, in isbnsearch, after searching a title/ISBN, the librarian can choose the framework (+ it's a cataloguing screen, not an acquisition one) 2004-12-02 16:37:12 +00:00
keywordsearch.pl adding frameworkcode to API in some subs 2004-08-13 16:37:25 +00:00
savebiblio.pl various methods to split subjects (depending on OS) 2004-12-08 10:42:45 +00:00
saveitem.pl improving behaviour when MARC=OFF 2004-11-19 16:41:49 +00:00
websitesearch.pl adding frameworkcode to API in some subs 2004-08-13 16:37:25 +00:00