[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:54:46 CET 2023


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

--- Comment #14 from David Gustafsson <glasklas at gmail.com> ---
Ok, there are other lines exceeding that line number in that file, but should
in that case I would have formatted it as

C4::Circulation::ReturnLostItem(                       
    $self->borrowernumber,
    $debit->itemnumber    
);

Also realize there are formatting/style related changes left. Took the
opportunity to fix a few of the most egregious ones while going the code as
would never get around to beak out into separate issues. I know it's not best
practice, but figured would not be to much of an issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list