http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3199 Summary: batchRebuildBiblioTables.pl failed due to missing argument Product: Koha Version: unspecified Platform: PC OS/Version: SunOS Status: NEW Severity: enhancement Priority: P5 Component: Command-line Utilities AssignedTo: jmf@liblime.com ReportedBy: henry@cmi.univ-mrs.fr Estimated Hours: 0.0 Change sponsored?: --- please add the following correction: # diff -u /usr/local/koha/bin/batchRebuildBiblioTables.pl-ori /usr/local/koha/bin/batchRebuildBiblioTables.pl --- /usr/local/koha/bin/batchRebuildBiblioTables.pl-ori Tue Jan 27 10:27:42 2009 +++ /usr/local/koha/bin/batchRebuildBiblioTables.pl Thu May 7 18:04:56 2009 @@ -84,7 +84,7 @@ my ($dbh,$record,$biblionumber,$frameworkcode) =@_; $frameworkcode="" unless $frameworkcode; my $oldbiblio = TransformMarcToKoha($dbh,$record,$frameworkcode); - C4::Biblio::_koha_modify_biblio( $dbh, $oldbiblio ); + C4::Biblio::_koha_modify_biblio( $dbh, $oldbiblio,$frameworkcode ); C4::Biblio::_koha_modify_biblioitem_nonmarc( $dbh, $oldbiblio ); return 1; } _koha_modify_biblio is defined with 3 args -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.