6 Aug
2020
6 Aug
'20
2:36 p.m.
I have opened a new bug report https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26158
Thank you!
A workaround is to edit your de-DE template file de-DE/modules/catalogue/results.tt and replace line 681 var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %][% END %]; with var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %]0[% END %];
Great! Fixed my problem! Thanks again! Regards, Stephan