https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814 --- Comment #140 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 204037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204037&action=edit Bug 19814: (follow-up) Seed lib_opac for batch checkin AVs The INSERT for BATCH_CHECKIN_DEFAULTS authorised values only set lib, leaving lib_opac NULL. Staff-only AVs still render fine, but aligning lib_opac matches the pattern used by other system AVs and keeps the admin AV editor from showing an empty OPAC label column when the category is inspected. The category itself is already flagged is_system=1 so it cannot be deleted from the UI. Test plan: 1) Drop the BATCH_CHECKIN_DEFAULTS rows, rerun the atomicupdate, and verify the lib_opac column is populated. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.