[Koha-bugs] [Bug 23695] Items holdingbranch should be set to the originating library when generating a manual transfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 13 15:37:22 CEST 2020


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

--- Comment #16 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list