Bug 8338: Remove zero amount overdues on backdated returns where appropriate
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 13 May 2020 13:11:38 +0000 (14:11 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 14:08:22 +0000 (16:08 +0200)
commit3f3534a8eeed87869fd6a858866455c10087d7e1
tree1e5006ebe15b671faa2f1d0ad979dd411a2a60b3
parenta25b95c2e63a1705f406388f4419aa7972abc3b8
Bug 8338: Remove zero amount overdues on backdated returns where appropriate

This patch removes any overdues which would be reversed on a backdated
return if CalcFineOnBackdate is enabled and the user has not already
attempted to pay off the accruing fine.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

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