https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40255 --- Comment #42 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #41)
(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.
But then it breaks another one: # Failed test 'Notice overrides manual description' # at t/db_dependent/Koha/Account/Line.t line 1675. # got: 'Manual description' # expected: 'From notice' -- You are receiving this mail because: You are watching all bug changes.