https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41788 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #11 from Brendan Lawlor <blawlor@clamsnet.org> --- (In reply to Jason Robb from comment #5)
491 /kohadevbox/koha/installer/data/mysql/mandatory/sysprefs. sql('OPACAllowUserToChooseBranch','1',NULL,'Allow the user to choose the branch they want to pickup their hold from','YesNo'),
581 ('OpacShowRecentComments','0',NULL,'If ON a link to recent c/kohadevbox/koha/installer/data/mysql/mandatory/sysprefs.sqlomments will appear in the OPAC masthead','YesNo'),
When I tested this the patch did not apply at first due to a sha1 error. Jason noticed these two lines that look like an inadvertent paste happened. I was able to remove the two instances of `/kohadevbox/koha/installer/data/mysql/mandatory/sysprefs.sql` and git am --continue After that the patch worked as described. -- You are receiving this mail because: You are watching all bug changes.