[Koha-bugs] [Bug 25757] Add a Koha::Item::Transfer->transit method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 11:59:36 CET 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|This patch adds the         |This patch adds the
      release notes|`Koha::Item->transit`       |`Koha::Item->transit`
                   |method which can be used to |method which can be used to
                   |progress a transfer from    |progress a transfer from
                   |'requested' to              |'requested' to
                   |'in_transit'.
              |'in_transit'.
                   |
                           |
                   |It also adds                |The method
                   |some sugar methods to allow |will throw an exception if
                   |easy navigation between     |the item is not checked in
                   |'Transfers' and their       |and will handle
                   |respective 'Item'.          |`CartToShelf` and update
                   |                            |`DateLastSeen` as well as
                   |                            |updating the 'frombranch'
                   |                            |if required.
                   |                            |
                   |                            |We also add
                   |                            |some sugar methods to allow
                   |                            |easy navigation between the
                   |                            |'Transfer' and it's
                   |                            |respective 'Item'.

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


More information about the Koha-bugs mailing list