[Koha-bugs] [Bug 34784] Add ability to populate empty item callnumbers for a record based on the itemcallnumber syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 25 03:16:14 CEST 2023


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

David Nind <david at davidnind.com> changed:

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

--- Comment #6 from David Nind <david at davidnind.com> ---
Created attachment 156141
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156141&action=edit
Bug 34784: Implement feature in staff interface

Some libraries would like to auto-populate item callnumbers for items on a
record based on the system preference "itemcallnumber". Only items with empty
callnumbers would affected. This would add a button "Populate empty item
callnumbers" on catalogue/detail.pl, as well as a "Populate callnumber" button
for each line in the holdings table to set the callnumber for that specific
item.

Test Plan:
1) Set the systempreference to something ( "245a" will make the
   callnumber the record title for testing purposes )
2) Apply this patch set
3) Restart all the things!
4) Browse to a record details page, note no new buttons
5) Enable the new syspref EnablePopulateCallnumbers
5) Reload the record details, note the new "Populate callnumbers" button
   in the cataloging toolbar
7) Add one or more items with no callnumber to the record
8) Test the "Populate callnumbers" button
9) Add another item with no callnumber to the record
10) Test the "Populate callnumber" button for that single item

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list