https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41251 --- Comment #11 from Eric Phetteplace <ephetteplace@cca.edu> --- I'm not sure how to proceed, because that's not the default I see. sysprefs.sql line 246 = ('EditLinkedSerialIssues','1'), installer/data/mysql/atomicupdate/bug_41251-EditLinkedSerialIssues_syspref.pl lines 13-14: INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('EditLinkedSerialIssues','1',NULL,'If enabled, prompt staff to edit serial issues when editing item(s) on a record with a linked subscription','YesNo') The "1" means True i.e. "Prompt" in this context. Steps: - Apply patch - ktd --shell - updatedatabase - Login to staff side - Administration > Sys Prefs > EditLinkedSerialIssues - Shows "Prompt" Any advice on what might be causing us to receive different results? -- You are receiving this mail because: You are watching all bug changes.