http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10694
Petter Goksøyr Åsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25658|0 |1 is obsolete| | --- Comment #29 from Petter Goksøyr Åsen <[email protected]> --- Created attachment 26162 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26162&action=edit Bug 10694 - Allow arbitrary backdating of returns Sometimes libraries need to backdate returns further back in time than Koha's dropbox mode will allow. The returns backdating will check in an item as if it had been returned on the specified date, and will reduce any fine accordingly. Test Plan: 1) Apply this patch 2) Check out an item, and backdate the due date by 1 month or so * This issue needs to generate a fine 3) Run fines.pl to generate the fine 4) Browse to returns.pl 5) Specify a return date of the day after the specified due date 6) Check the borrowers issue history, you should see the backdated return date, rather than today's date 7) Check the fine, it should be reduced to a fine for a single day overdue, rather than the previous larger fine. Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: Barbara Knibbs <[email protected]> Signed-off-by: Petter Goksoyr Asen <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
