https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15924

Owen Leonard <[email protected]> changed:

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

--- Comment #2 from Owen Leonard <[email protected]> ---
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %]

I don't think this can work because SEARCH_RESULT isn't a valid variable as far
as I can tell. Looks like existing instances of it don't do anything. This
should work:

[% coce_id = itemsloo.normalized_ean || itemsloo.normalized_isbn %]

-- 
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/

Reply via email to