https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40255 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #41 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lucas Gass (lukeg) from comment #40)
add_debit tests are now failing here:
https://jenkins.koha-community.org/job/Koha_Main_D11/lastCompletedBuild/ testReport/
If I revert this change, the tests are passing again: - if ( $self->is_debit && !$self->in_storage && !$self->description ) { + if ( $self->is_debit && !$self->in_storage ) { But it's not clear to me if it's the correct fix. -- You are receiving this mail because: You are watching all bug changes.