https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41788
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Brendan Lawlor <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
