Bug 18501: Auto refund if mark as found from cataloguing
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Aug 2020 14:51:11 +0000 (16:51 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 10:31:59 +0000 (12:31 +0200)
commit79da9442463e655016e1c9c8b12083c72e4b93ba
tree6e05734c8af207e2d97be1f940ec93b9ee44f7c6
parent32c26620725ddcb05d0a9f0b742def7bd33d34ff
Bug 18501: Auto refund if mark as found from cataloguing

If an item is marked as found (ie. not itemlost) we need to refund the
patron.

Test plan:
Mark an item as lost to create a fee for the patron
Mark it as found from the cataloguing module and confirm that the patron
is refunded

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
catalogue/updateitem.pl
cataloguing/additem.pl