[Koha-bugs] [Bug 2601] Order fines by date and time

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 21:52:25 CEST 2011


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|gmcharlt at gmail.com          |oleonard at myacpl.org

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> 2011-10-13 19:52:25 UTC ---
Created attachment 5881
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5881
Proposed fix

When a fine is paid off the modification of the original
account line containing the fine gets its amount zeroed out
and a line is added saying "Payment,thanks." Both these
transactions happen at virtually the same time, so they
cannot be ordered one after the other based on the
timestamp.

This patch adds a one second delay bewteen the two steps,
and outputs the timestamp rather than the date of each
transaction so that it is unambiguous when each one
happened.

NOTE: This fix will only fix the sorting of future
transactions.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list