[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
Tue Oct 15 18:03:48 CEST 2019


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 93231
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93231
Bug 23695: Set holding branch to transferring branch when manually initiating a
transfer

Review of attachment 93231:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23695&attachment=93231)
-----------------------------------------------------------------

::: circ/branchtransfers.pl
@@ +127,5 @@
>  if ($barcode) {
>  
>      ( $transferred, $messages ) =
> +        transferbook({
> +            from_branch => C4::Context->userenv->{'branch'},

Hmm, not sure this is right.. you might be transferring from the branch you're
logged in at.. but you may also be transferring from elsewhere to you logged in
branch... I'd say we probably need to add a field to the form and default to
the items current holdingbranch if the user doesn't explicitly state the items
in their branch?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list