https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40584
Laura Escamilla <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187188|0 |1 is obsolete| | --- Comment #5 from Laura Escamilla <[email protected]> --- Created attachment 190697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190697&action=edit Bug 40584: show 001 in Advanced Editor and preserve its existing value instead of overwriting it This patch makes the 001 field visible when editing a record in the advanced editor and fixes a bug where, if the syspref autoControlNumber was set to "generated as biblionumber," editing a record through the advanced editor would overwrite the existing 001 value. 1. Create a new record with a custom "001 Control Number" MARC field, don't use biblionumber as control number. 2. In the system preferences set EnableAdvancedCatalogingEditor to "enable" and autoControlNumber to "generated as biblionumber" 3. Edit record, switch to advanced editor either through option in the "Settings" dropdown menu or switch on top right of the page. 4. In the advanced editor see that it doesn't show 001 field, no need to change anything just use the save button to save the record. 5. On the record page see MARC preview, it's gonna be overwritten by the value of biblionumber. 6. With basic editor change the 001 field to your old custom value. 7. Apply the patch. 8. Use the advanced editor again, 001 field should be visible now. 9. Use the save button to save the record. Make sure that your custom value is still there by using MARC preview on records page. Signed-off-by: Anneli Österman <[email protected]> Signed-off-by: Laura_Escamilla <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
