https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20001
--- Comment #8 from Katrin Fischer <[email protected]> --- This appears to get the split button in OPAC working, not a good fix, but a clue on how to fix it maybe: <div id="illrequests-create-button" class="dropdown btn-group"> - [% IF backends.size > 1 %] + [% IF backends.0.size > 1 %] [...] Now stuck with: Template process failed: file error - : not found at /home/vagrant/kohaclone/C4/Templates.pm line 122. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
