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

--- Comment #17 from Kyle M Hall <k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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