https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42211 --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 196586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196586&action=edit Bug 42211: Add a script to populate auth_header.heading column of existing authority records Test plan: ========== 1. In current ktd installation auth_header.heading column should be empty; if it if not: UPDATE auth_header SET heading = NULL; 2. Make sure that the heading column is empty. 3. Run the script: misc/batchRebuildAuthHeaderTable.pl -c 4. Verify that the column is populated now and that the 005 fields in authority records has not been modified. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> -- You are receiving this mail because: You are watching all bug changes.