[Bug 15564] Display "print slip" option when returning an item which is in a rotating collection
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15564 --- Comment #5 from Julian Maurice <julian.maurice@biblibre.com> --- Comment on attachment 47526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47526 Bug 15564 - Display "print slip" option when returning an item which is in a rotating collection Review of attachment 47526: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15564&attachment=47526) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ +137,4 @@
<h3>Please transfer item to: [% collectionBranch %]</h3> <p><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&biblionumber=[% itembiblionumber %]">[% itembarcode %]: [% title %]</a></p> <p>This item is part of a rotating collection.</p> + <p><a href="#" onclick="Dopop('transfer-slip.pl?transferitem=[% itemnumber %]&branchcode=[% returnbranch %]&op=slip'); return true;">Print slip</a></p>
Here 'returnbranch' is used whereas 'collectionBranch' is used 3 lines above. Is it intended ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org