[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 4 17:37:39 CET 2023


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

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list