Bug 21727: Add handling for cases requireing patron refunds
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 12 Dec 2018 12:09:46 +0000 (12:09 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 11 Jan 2019 12:19:01 +0000 (12:19 +0000)
commit11c4cd73e19586ea74a7ac5ba7c88989dd8c4f21
tree566b4db92015bdcd53736b7e2d9ff53b74ad7fec
parent5994296aad5368440c1d901f42fdf3a1b50d62b9
Bug 21727: Add handling for cases requireing patron refunds

As it is possible to partially pay off a fine that is still incrementing
we can end up in a position (when dropbox mode is enabled) where the
patron may be owed money by the library should they have paid off the
fine between dropping the item off in dropbox mode and the increment
that reverts the increase on the dropbox day.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Account/Line.pm