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

--- Comment #28 from Jonathan Druart <[email protected]> 
---
About suspend_until:

+    my $suspended_until   = exists $body->{suspended_until} ?
$body->{suspended_until} : $hold->suspend_until;

then

+        suspend_until => $suspended_until ?
output_pref(dt_from_string($suspended_until, 'rfc3339')) : '',

last '' must be undef I'd say.

I wanted to confirm that with the tests, but then realised that there is no
test for PUT and suspend_until..

-- 
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/

Reply via email to