[Bug 2967] Not_Loan Authorized value status not displaying full description on OPAC.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2967 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oleonard@myacpl.org Platform|PC |All Version|unspecified |HEAD ------- Comment #1 from oleonard@myacpl.org 2009-02-24 12:41 ------- This bug can be seen on NPL's OPAC one current (at least as of today) example: http://acpl.kohalibrary.com/cgi-bin/koha/opac-detail.pl?biblionumber=207478 The strange thing is, I don't see this bug on my test system, where this snippet can be found in opac-detail.tmpl: <!-- TMPL_IF name="bi_notforloan" --> Not for loan <!-- TMPL_IF NAME="notforloanvalue" -->(<!-- TMPL_VAR NAME="notforloanvalue" -->)<!-- /TMPL_IF --> <!-- TMPL_ELSIF NAME="itypenotforloan" --> Not for loan <!-- TMPL_IF NAME="notforloanvalue" -->(<!-- TMPL_VAR NAME="notforloanvalue" -->)<!-- /TMPL_IF --> "notforloanvalue" is getting populated by sub GetItemsInfo in Items.pm. These parts are not recent additions, so it's not as if it's a change that hasn't made it onto our production system. Could something be different about the data prevent this from working? The authorised_values are the same on the test system and the production system. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com