[Koha-bugs] [Bug 20487] AddReturn should clear items.onloan for unissued items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat May 12 00:30:52 CEST 2018


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

Charles Farmer <charles.farmer at inlibro.com> changed:

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

--- Comment #9 from Charles Farmer <charles.farmer at inlibro.com> ---
Created attachment 75290
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75290&action=edit
Bug 20487: AddReturn should clear items.onloan for unissued items

If an item is no longer issued but somehow still has a date in the onloan
column, checking it in should clear that date.
Adding a ModItem call in the NotIssued section.

Test plan:
[1] Run t/db_dependent/Circulation.t
[2] Bonus: Checkout item, delete issue from table, checkin. Verify that
    items.onloan has been cleared.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>

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


More information about the Koha-bugs mailing list