[Koha-bugs] [Bug 15675] Add issue_id column to accountlines and use it for updating fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 28 11:22:22 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47313|0                           |1
        is obsolete|                            |

--- Comment #6 from Marc Véron <veron at veron.ch> ---
Created attachment 47373
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47373&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 <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list