[Koha-bugs] [Bug 33160] Make sure 773 (host item entry) displays in the cart when not linked by $w

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 24 09:56:16 CET 2023


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

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
basket.tt

-                                            [% IF
BIBLIO_RESULT.HOSTITEMENTRIES %]
+                                            [% IF
BIBLIO_RESULT.HOSTITEMENTRIES || BIBLIO_RESULT.HOSTINFO %]
                                                 <p>In:
                                                 [% IF
BIBLIO_RESULT.HOSTITEMENTRIES.biblionumber %]

The change in the condition makes the next condition vulnerable. Since
HOSTITEMENTRIES could be undefined now.

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


More information about the Koha-bugs mailing list