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@lists.koha-community.org
          Reporter: christophe.croulleb...@biblibre.com
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to