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

Galen Charlton galen.charlton at liblime.com
Fri May 8 14:44:10 CEST 2009


Hi,

I've pushed this patch to HEAD, as it's also needed there; it's
available for Henri to cherry-pick into 3.0.x.

Regards,

Galen

2009/5/7 Frédéric Demians <f.demians at tamil.fr>:
> 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
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list