[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 Apr 13 23:18:17 CEST 2020


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

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Ok, it might be late, but why only change one timestamp to date?

-      ? { 'timestamp' => { '>' => $since->get_column('timestamp')->as_query }
}
+      ? { 'date' => { '>' => $since->get_column('timestamp')->as_query } }

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


More information about the Koha-bugs mailing list