[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
Fri Nov 24 13:18:49 CET 2023


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

Emmi Takkinen <emmi.takkinen at koha-suomi.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157299|0                           |1
        is obsolete|                            |

--- Comment #9 from Emmi Takkinen <emmi.takkinen at koha-suomi.fi> ---
Created attachment 159236
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159236&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.

Also confirm that sub location is displayed on these pages:
1) detail.pl
2) moredetail.pl
3. returns.pl

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