https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47378|0 |1 is obsolete| | Attachment #47379|0 |1 is obsolete| | Attachment #47380|0 |1 is obsolete| | Attachment #47601|0 |1 is obsolete| | Attachment #47810|0 |1 is obsolete| | --- Comment #24 from Jonathan Druart <[email protected]> --- Created attachment 48468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48468&action=edit Bug 15675 - Add issue_id column to accountlines and use it for updating fines Right now, fines are updated based on the fine description. There are a number of areas where this can go wrong ( date or time format changing, title being modified, etc ). Now that issues has a unique identifier, we should use that for selection and updating of fines. Test Plan: 1) Apply this patch 2) Test creating and updating fines via fines.pl and checking in overdue items. No changes should be noted. 3) prove t/db_dependent/Circulation.t Signed-off-by: Marc Véron <[email protected]> Signed-off-by: Mirko Tietgen <[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/
