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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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
[email protected]
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/