[Koha-bugs] [Bug 24609] Add routes for getting and setting checkout due date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 16 19:44:45 CET 2020


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

--- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
The code for update() is missing a ->discard_changes() call before returning
$checkout->to_api, so the timestamp does not look updated on the response,

Regarding the logic in it, I'm worried about the simplicity and how this might
need some round actions to trigger things like account fixes, etc.I'm not
saying it is wrong, but it looks suspiciously simple without having dug too
much into the area recently (i.e. I would accept an 'is safe' from you, if you
say so).

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


More information about the Koha-bugs mailing list