[Koha-bugs] [Bug 29694] Add preference for setting marc-record system control number and identifier when saving biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 14 17:32:57 CET 2021


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

--- Comment #1 from David Gustafsson <glasklas at gmail.com> ---
Created attachment 128517
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128517&action=edit
Bug 29694: Add preference for setting 001 and 003 fields on biblio save

Add a syspref, "AutoAddSystemControlNumberAndMARCOrgCode". If enabled the
001 and 003 fields of the marc record will be set to the koha biblionumber
and value of the "MARCOrgCode" syspref respectively before when saving
biblios.

To test:
1) Add a new biblio
2) Verify that 001 field is empty
3) Enable AutoAddSystemControlNumberAndMARCOrgCode syspref and make sure
   MARCOrgCode syspref is set to some value
4) Save biblio again
5) Verify that 001 has been set to the Koha biblio and
   003 to the value of MARCOrgCode
6) Run tests in t/db_dependent/Biblio.t

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


More information about the Koha-bugs mailing list