[Koha-bugs] [Bug 8368] List email broken for non english templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 25 17:01:28 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8368

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
This works for me except where the template tries to show subtitles. I get
something like this:

Swiss Family Robinson ARRAY(0xc0a58b4)

Your patch removes this:

- [% IF ( BIBLIO_RESULT.subtitle.size ) %] [% FOREACH subtitle IN
BIBLIO_RESULT.subtitle %][% subtitle.subfield %][% END %][% END %]

...in favor of this:

+ [% IF ( BIBLIO_RESULT.subtitle ) %] [% BIBLIO_RESULT.subtitle %][% END %]

BIBLIO_RESULT.subtitle is not a simple variable, hence the way it was handled
previously.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list