[Koha-bugs] [Bug 8307] Set a value for items when receiving

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 1 00:50:31 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8307

Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Pushed to Master
                 CC|                            |gmcharlt at gmail.com

--- Comment #26 from Galen Charlton <gmcharlt at gmail.com> ---
Pushed to master.  Thanks, Jonathan!

Being able to set item record values during receiving will be well received,
but I must say that I am not a fan of how things have drifted:

- It would be better to refer to item fields by their names, not how they
happen to be mapped in a MARC framework.  (By the way, I have an itch to stamp
out the use of AddItemFromMarc and ModItemFromMarc, replacing it with direct
calls to AddItem / ModItem, or their eventual DBIC equivalents.  A helper
routine to map a MARC field to an item should be used only when necessary --
during record import, primarily, and not item record editing).
- It's not great that depending on what stage of the process you're dealing
with, the configuration interface is either a syspref or the MARC frameworks.

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


More information about the Koha-bugs mailing list