Bug 15260: (follow-up) Fix bug in subtraction
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Wed, 1 May 2019 11:12:14 +0000 (12:12 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 31 Oct 2019 11:53:06 +0000 (11:53 +0000)
commitccc7f398491d0af7113d6548e5a38ed8f54c4a1f
treeac44828a7b76d558a0f12b24bf7573684a3e599f
parentdad33de660724bc31684f64c7719afe48a7c3022
Bug 15260: (follow-up) Fix bug in subtraction

prev_open_days can receive either positive or negative numbers and
then does the right thing with them. However, we weren't also doing this
with the number it receives back from get_push_amt

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Calendar.pm