[Koha-bugs] [Bug 24295] C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Aug 21 21:27:01 CEST 2022


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

Joonas Kylmälä <joonas.kylmala at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #130430|0                           |1
        is obsolete|                            |
 Attachment #130431|0                           |1
        is obsolete|                            |
 Attachment #130432|0                           |1
        is obsolete|                            |
 Attachment #130433|0                           |1
        is obsolete|                            |
 Attachment #130434|0                           |1
        is obsolete|                            |
 Attachment #130435|0                           |1
        is obsolete|                            |
 Attachment #130436|0                           |1
        is obsolete|                            |
 Attachment #130437|0                           |1
        is obsolete|                            |
 Attachment #130438|0                           |1
        is obsolete|                            |
 Attachment #130439|0                           |1
        is obsolete|                            |
 Attachment #130440|0                           |1
        is obsolete|                            |
 Attachment #130441|0                           |1
        is obsolete|                            |
 Attachment #130442|0                           |1
        is obsolete|                            |

--- Comment #71 from Joonas Kylmälä <joonas.kylmala at iki.fi> ---
Created attachment 139546
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139546&action=edit
Bug 24295: Remove GetTransfer from Z3950Responder

Replace the GetTrasfer call in Z3950Responder/Session.pm with a call to
the Koha::Item method 'get_transfer'.

Test plan
1/ Configure your system to use the Z3950 responder
2/ Trigger an item transfer for an item
3/ Search for the item via Z3950 and varify the transfer status is set
4/ Apply the patch
5/ Repeat step 3

Rebased-by: Joonas Kylmälä <joonas.kylmala at iki.fi>

Signed-off-by: Joonas Kylmälä <joonas.kylmala at iki.fi>

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


More information about the Koha-bugs mailing list