remove a SQL limit & the items table stuff
authorPaul POULAIN <paul@koha-fr.org>
Fri, 23 Nov 2007 18:25:57 +0000 (19:25 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 25 Nov 2007 23:00:17 +0000 (17:00 -0600)
The authoritative data for the items is the items table, not the MARC data.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
misc/rebuildnonmarc.pl

index 176e490..714cfdd 100755 (executable)
@@ -84,4 +84,3 @@ sub localNEWmodbiblio {
     C4::Biblio::_koha_modify_biblioitem_nonmarc( $dbh, $oldbiblio );
     return 1;
 }
-