Re: [Koha-devel] [Koha-patches] [PATCH] include grace period when calculating overdue fine
If I understand this issue correctly, I would agree that the logic should be: item overdue = due_date - today. Grace period calculations only come into play if the item is overdue to discount the fine when applicable. 2 cents. -----Original Message----- From: Michael Hafen [mailto:mdhafen@tech.washk12.org] Sent: Thursday, September 3, 2009 10:53 AM Subject: Re: [Koha-devel] [Koha-patches] [PATCH] include grace period when calculating overdue fine Hello list, Here's the situation. Currently the fines.pl calls CalcFine whichcalculates the number of days overdue as ( date_due - today ) - graceperiod....
Hi, 2009/9/3 Steve Wills <swills@beyond-print.com>:
If I understand this issue correctly, I would agree that the logic should be: item overdue = due_date - today. Grace period calculations only come into play if the item is overdue to discount the fine when applicable. 2 cents.
To clarify, are you saying that in your opinion the grace period *should* be subtracted when calculating the number of days to base the overdue fine on? Regards, Galen -- Galen Charlton gmcharlt@gmail.com
participants (2)
-
Galen Charlton -
Steve Wills