15 Feb
2017
15 Feb
'17
2:51 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18026 --- Comment #4 from Mason James <mtj@kohaaloha.com> --- Created attachment 60230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60230&action=edit Bug 18026 - URL to database columns link in system preferences is incorrect (16.11.x) Here's a patch for the 16.11.x branch The command I used to do the search/replace was... $ grep -irl 'schema.koha-community.org/tables' ./* | grep -v .git | xargs perl -pi -e 's^koha-community.org/tables^koha-community.org/16_11^' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.