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 <[email protected]>:
> 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
> [email protected]
> http://lists.koha.org/mailman/listinfo/koha-patches
>



-- 
Galen Charlton
VP, Research & Development, LibLime
[email protected]
p: 1-888-564-2457 x709
skype: gmcharlt
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to