[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
Mon Feb 29 18:01:47 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> 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 <jonathan.druart at bugs.koha-community.org> ---
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 <veron at veron.ch>
Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>

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


More information about the Koha-bugs mailing list