[Koha-bugs] [Bug 18072] Add Koha objects for Branch Transfer Limits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 11 20:39:35 CEST 2017


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63686|0                           |1
        is obsolete|                            |

--- Comment #27 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 67052
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67052&action=edit
Bug 18072: (QA-follow-up) let Koha::Item->can_be_transferred take HASHref as
param

This patch changes Koha::Item->can_be_transferred to accept a HASHref as
follows:
$item->can_be_transferred({ to => $library, from => $library2 })

To test:
1. prove t/db_dependent/Koha/Items.t

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list