[Koha-bugs] [Bug 15503] Grab Item Information from Order Files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 1 16:56:41 CEST 2016


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

--- Comment #17 from Kyle M Hall <kyle at bywatersolutions.com> ---
> However, and this might be tangential, the authorized value does not appear
> to be updating when either creating the items or receiving them. Currently
> acquisitions would place a record in an Ordered NOT_LOAN status. This may be
> a local script, but it does not appear to be syspref. When we create an
> order using acquisitions in the sandbox, the items appear as available.

Just thought I'd chime in on this. Benjamin, this works because in your ACQ
marc framework, you have 952$7 ( not for loan ) set to have a default value of
-1, which in your NOT_LOAN authorised value list is "Ordered". So I don't think
this is an issue with this patch.

> Additionally, if we do set  AcqItemSetSubfieldsWhenReceived in the system
> preferences, receiving the items does not seem to update the subfields. I
> know this works in production, but does appear broken here.

This patch doesn't really affect receiving items either. It's most likely an
independent regression. It may be worth your time to create a sandbox on master
with no patches applied to test this. If it still doesn't work you can file a
new bug report for that!

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


More information about the Koha-bugs mailing list