https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18382 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|Passed QA |Failed QA --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The change reads wrong, please adjust. 94 if ( defined $dt ){ 95 $self->suspend_until( $dt->datetime ); 96 } else { 97 $self->suspend_until( $dt ); 98 } -- You are receiving this mail because: You are watching all bug changes.