[Koha-bugs] [Bug 34142] Add column sub_location to items table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 18 08:31:16 CEST 2023


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

--- Comment #5 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 157299
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157299&action=edit
Bug 34142: Add new column sub_location to (deleted)items

Add new column sub_location to items and deleteditems table.
Column can be used to indicate e.g. if item has some other
more specific location than permanent location.

To test:
1) Add new authorized value for sublocation e.g. "SUBLOC"
and add some values to it.
2) Add new 952 subfield e.g. S to MARC framework and link
your new authorized value "SUBLOC" to it.
3) Link subfield to items.sub_location field in "Koha to MARC
mapping" (add 952,S).
4) Find a record and attempt to add new item to it.
=> Note that new subfield S is now displayed on item form
and dropdown selector contains values added to "SUBLOC".
=> Saving should be successfull.
=> After saving confirm that sublocation is displayed in
its own column in items listing above item form and that
sublocation is displayed with correct description.
5) Attempt to modify item.
=> Confirm that sublocation is displayed and it's correct.
6) Attempt to delete item.
=> Deleting should be successfull.

Sponsored-by: Koha-Suomi Oy

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


More information about the Koha-bugs mailing list