Bug 11392: (follow-up) fix syntax error in template
authorGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 15:02:27 +0000 (15:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 15:09:23 +0000 (15:09 +0000)
commit8a32843ebf8ba959ac2af95cf76caae71209b8db
treeddcc197a98312f74608e4012ff93a948918b64c9
parent47f7cc89008313444c40e2051355e8b4684d342d
Bug 11392: (follow-up) fix syntax error in template

In the two FOREACH loops introduced by the patch, wrap
the module and action names with quotes.  This fixes a
problem where parsing the template crashes with the following
error:

  Template process failed: file error - parse error - .../viewlog.tt line 83: unexpected token (RETURN)
    [% FOREACH actx IN [ ADD DELETE MODIFY ISSUE RETURN CREATE ] %] at .../C4/Templates.pm line 132.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt