4 Jan
2023
4 Jan
'23
10:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 --- Comment #13 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to David Gustafsson from comment #12)
Fixing the formatting of C4::Circulation::ReturnLostItem( $self->borrowernumber, $debit->itemnumber ); feels like such a minor change that would hardly merit it's own bug report, also noticed the if above is also incorrectly formatted. I can revert this change though.
Actually it does not need to be fixed, it's the expected format. The line is longer than x (I guess 80 is the default) chars and so perltidy is splitting it into 2 lines. -- You are receiving this mail because: You are watching all bug changes.