[Koha-bugs] [Bug 2002] New: OPAC holds listing doesn't show in-transit status

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Apr 8 15:27:51 CEST 2008


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 at liblime.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list