[Koha-bugs] [Bug 24820] The cashup workflow should use the static 'date' field rather than the transient 'timestamp' field in accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 12:39:59 CET 2020


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

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 100265
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100265&action=edit
Bug 24820: Use 'date' instead of 'timestamp' for cashup

Prior to this patch we were comparing cash register action timestamp to
accountlines date fields to fetch the list of outstanding accountlines.

accountlines.date is a transient field used as 'updated_on' and so this
was a logical mistake. We should be using the 'date' field which is
fixed 'created_on' time.

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


More information about the Koha-bugs mailing list