Broken bulkmarcimport.pl
Yesterday I've was running a new import of my MARC records into my Koha server. I'm currently running Koha 2.2.0RC4, and updated Biblio.pm from the CVS yesterday. I've discovered that I was importing biblios but no Items. After reading the code of the program I've discovered that when this line ( *my ($tagfield,$tagsubfield) = &MARCfind_marc_from_kohafield($dbh,"items.itemnumber",''); *) was executed the variables *$tagfield *and* $tagsubfield* where empty, so the program was unable to load the items (don know which tag they're mapped). I've rolled back my update of Biblio.pm and everything works. I'm going to do further investigations and maybe send a patch. Andres
Andrés Tarallo a écrit :
I've rolled back my update of Biblio.pm and everything works. I'm going to do further investigations and maybe send a patch.
Don't spend time on this : update your CVS again. I forgot to commit a new Context.pm, and that's the origin of your problem. It's commited now -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
I've downloaded the updated modules. I'n the evening I'm going to test a new bulkmark import. By the way: Searchs are not working. Andres Paul POULAIN wrote:
Andrés Tarallo a écrit :
I've rolled back my update of Biblio.pm and everything works. I'm going to do further investigations and maybe send a patch.
Don't spend time on this : update your CVS again. I forgot to commit a new Context.pm, and that's the origin of your problem. It's commited now
participants (2)
-
Andrés Tarallo -
Paul POULAIN