[Koha-bugs] [Bug 21801] paycollect.pl should pass library_id when adding accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 3 04:18:20 CEST 2019


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

--- Comment #5 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 82172
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82172
Bug 21801: Make paycollect.pl pass library_id when calling ->pay

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

::: members/paycollect.pl
@@ +168,4 @@
>                  Koha::Account->new( { patron_id => $borrowernumber } )->pay(
>                      {
>                          amount       => $total_paid,
> +                        library_id   => $branch,

Strange how, it was passed in a place above, but not these two changes.

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


More information about the Koha-bugs mailing list