[Bug 2002] New: OPAC holds listing doesn't show in-transit status
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2002 Summary: OPAC holds listing doesn't show in-transit status Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: critical Priority: P3 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha.org opac-user.pl does not correctly show the in-transit status of an item. In comparison, circulation.pl shows this status correctly. Starting at line 314 of opac-user.tmpl: <!-- TMPL_IF NAME="wait" --> <!-- TMPL_IF NAME="atdestination" --> <!-- TMPL_IF NAME="found" --> Item waiting at <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" /> <!-- TMPL_ELSE --> Item waiting to be pulled from <b> <!-- TMPL_VAR NAME="wbrname" --></b> <!-- /TMPL_IF --> <!-- TMPL_ELSE --> Item in transit to <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value="<!-- TMPL_VAR NAME="wbrcd" -->" /> <!-- /TMPL_IF --> <!-- TMPL_ELSE --> Item waiting to be pulled <!-- /TMPL_IF --> ------- 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