http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15542
--- Comment #6 from Marc Véron <[email protected]> --- Sorry, with the syspref 'AddressFormat' set to German, I get: Template process failed: file error - parse error - member-display-address-style-de.inc line 7: unexpected token (roadtype_desc) [% if roadtype_desc %] at /usr/share/kohaclone/C4/Templates.pm line 121. Seems to be due to a missing blank: [%if roadtype_desc %] Makes it fail QA tools as well. BTW: In both the us and the de includes, the if statements are sometimes in capital letters ( [% IF )and sometimes not ( [% if ). Should / could that be streamlined? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
