[Koha-bugs] [Bug 23067] New: in Opac Confirm holds page the Last location column is empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 6 16:53:09 CEST 2019


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

            Bug ID: 23067
           Summary: in Opac Confirm holds page the Last location column is
                    empty
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: christophe.croullebois at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com
  Target Milestone: ---

In opac-reserve.pl click on 'Show more options' select 'A specific item' 
Then you'll see a table with a column 'Last location' (holdingbranch) always
empty if homebranch = holdingbranch.
It would be better if this column shows always this location.

opac/opac-reserve.pl

        # If the holdingbranch is different than the homebranch, we show the
        # holdingbranch of the document too.
        if ( $itemInfo->{homebranch} ne $itemInfo->{holdingbranch} ) {
            $itemLoopIter->{holdingBranchName} = $itemInfo->{holdingbranch};
        }

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


More information about the Koha-bugs mailing list