[Koha-bugs] [Bug 33966] "Update and run SQL" for non-English templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 10 07:37:35 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33966

--- Comment #5 from Andrii Nugged <nugged at gmail.com> ---
I solved that on production before in templates only :), 

<input type="submit" onclick="this.value='Update SQL'" name="phase" class="btn
btn-primary" value="Update SQL" />
<input type="submit" onclick="this.value='Update and run SQL'" name="phase"
class="btn btn-primary" value="Update and run SQL" />

in a hacky way, :facepalm:

but now I will build our custom .deb with your patch, Jonathan, install on
production, and sign-off.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list