[Koha-patches] [PATCH] Bugfix 3199 - batchRebuildBiblioTables.pl failed due to missing argument [3.0.x]

Frédéric Demians f.demians at tamil.fr
Thu May 7 18:57:26 CEST 2009


Thanks G. Henry
---
 misc/batchRebuildBiblioTables.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/batchRebuildBiblioTables.pl b/misc/batchRebuildBiblioTables.pl
index e513550..15873e2 100755
--- a/misc/batchRebuildBiblioTables.pl
+++ b/misc/batchRebuildBiblioTables.pl
@@ -84,7 +84,7 @@ sub localNEWmodbiblio {
     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;
 }
-- 
1.5.6.5




More information about the Koha-patches mailing list