https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42211 --- Comment #2 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 196462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196462&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 taht the 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. -- You are receiving this mail because: You are watching all bug changes.