[Koha-bugs] [Bug 20447] Add support for MARC holdings records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 5 15:00:46 CET 2019


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

--- Comment #99 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
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/Items.pm
@@ +1705,5 @@
> +                        holdingbranch    => $oldHolding->{'holdingbranch'},
> +                        location         => $oldHolding->{'location'},
> +                        callnumber       => $oldHolding->{'callnumber'},
> +                        suppress         => $oldHolding->{'suppress'},
> +                        deleted_on       => undef

if deleted_on is not needed / is undef by default this can be removed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list