https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23695 --- Comment #16 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 107464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107464 Bug 23695: Alter transferbook to take a hash of params and specify from_branch Review of attachment 107464: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23695&attachment=107464) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt @@ +72,4 @@
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" /> <input type="hidden" name="tobranchcd" value="[% tobranchcd | html %]" /> + <input type="hidden" name="frombranchcd" value="[% tobranchcd | html %]" />
At first glance, the 'tobranch' value here seems incorrect.. -- You are receiving this mail because: You are watching all bug changes.