http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5579
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Magnus Enger <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
