[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
Mon Mar 30 09:29:51 CEST 2020


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

--- Comment #3 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
This really just corrects an error in the original bug 23355.  Because we were
using 'timestamp', which is the 'last updated' date, if a credit action was
later modified somehow.. partial application to a second debit perhaps, then
the cashup report would display it again.

Using the 'created on' date instead, means the data is more consistently
displayed in the correct cashup period.

I'm not really sure how to prove this in a test plan however... hmm.. perhaps a
new unit test.

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


More information about the Koha-bugs mailing list