http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8368
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard <[email protected]> --- 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. _______________________________________________ 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/
