Bug 13473 - Plugins fail
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 17 Feb 2015 11:23:35 +0000 (06:23 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 24 Feb 2015 17:21:44 +0000 (14:21 -0300)
commit003993d547a98a3b1e085058b96aecd318ece036
treed31f9f24854a49094cb1ae34ce8ae40b7cea49ba
parent7272426d0d6985e1e7f35d4a55d5fb6444b1ffba
Bug 13473 - Plugins fail

When trying to execute or configure the plugin on 3.18 I got:

Template process failed: file error - doc-head-open.inc: not found at
/usr/share/koha/lib/C4/Templates.pm line 129.

Test Plan:
1) Install the Kitchen Sink plugin
2) Go to the configuration page of the plugin
3) Note the template processing error
4) Apply this patch
5) Refresh the page
6) Note the page now loads

Signed-off-by: Nick <nick@quecheelibrary.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Templates.pm