[Koha-bugs] [Bug 18677] issue_id is not added to accountlines for lost item fees

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 20:20:23 CET 2018


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

--- Comment #14 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 81732
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81732
Bug 18677: issue_id is not added to accountlines for lost item fees

Review of attachment 81732:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18677&attachment=81732)
-----------------------------------------------------------------

::: C4/Accounts.pm
@@ +99,4 @@
>  
>  sub chargelostitem{
>      my $dbh = C4::Context->dbh();
> +    my ($borrowernumber, $itemnumber, $issue_id, $amount, $description) = @_;

change of parameters needs to make sure all places are changed. I can't get my
Windows VM up, and I don't have time to boot my Ubuntu machine. Could someone
please check C4::Overdues? I think this change might break there, which is why
JD's comment about not passing it, and looking it up here makes sense to me.

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


More information about the Koha-bugs mailing list