https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #98 from Joonas Kylmälä <[email protected]> ---
Comment on attachment 85994
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85994
Bug 20447: MARC Holdings support

Review of attachment 85994:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20447&attachment=85994)
-----------------------------------------------------------------

::: C4/Biblio.pm
@@ +1563,5 @@
>          }
>  
> +        #---- holdings
> +        if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq 
> "holdings" ) {
> +            my $holding = Koha::Holdings->find( $value );

does the find need "deleted_on => undef" as a parameter in order to not care
about deleted holdings?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to