[Koha-bugs] [Bug 34153] Add ability to allow items with additional materials notes to be checked out via SIP

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 29 15:05:07 CEST 2023


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Why not use the existing syspref_overrides setting here?

With these patches, you get the additional materials note only if both
CircConfirmItemParts system preference is enabled and
allow_additional_materials_checkout is in the SIP config.

I think we should always be adding the additional materials note to the screen
msg

You can access the Koha item object in the SIP item object - so I don't think
we should add a fetch. Possibly we should just add the additional_materials
field to the SIP object

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


More information about the Koha-bugs mailing list