[Koha-bugs] [Bug 5579] Remove items from biblioitems.marcxml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 11:44:02 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5579

Magnus Enger <magnus at enger.priv.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magnus at enger.priv.no

--- Comment #9 from Magnus Enger <magnus at enger.priv.no> 2011-04-20 09:44:02 UTC ---
I think I found a problem here: 

* Test 1: 

While on the master branch i run:

bulkmarcimport.pl -b -file records.mrc -v -n 1000 -d

to get some records into Koha. I then do:

git checkout origin/new/enh/bug_5579
git checkout -b bug5579so

and then run:

remove_items_from_biblioitems.pl --run
rebuild-zebra.pl -b -r -v 

This seems to work fine, so far. 

* Test 2

While still on the same branch i created above, I run 

bulkmarcimport.pl -b -file records.mrc -v -n 1000 -d

again to mimic importing some more records in to Koha - this seems to work
fine. But when i try to run:

rebuild-zebra.pl -b -r -v 

i get this error: 

exporting biblio
====================
1Can't call method "field" on an undefined value at
/home/magnus/scripts/kohanor32/C4/Biblio.pm line 2656.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list