[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
Tue Jan 26 18:24:46 CET 2016


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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 47313
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47313&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

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


More information about the Koha-bugs mailing list