https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24820
--- Comment #3 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
