[Koha-bugs] [Bug 24266] Noisy error in reconcile_balances.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 19 09:05:52 CET 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
         Depends on|                            |21915

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Liz,

I do not recreate. How do you?
I tried the 2 situations:
- patron has one accountline with amountoutstanding < 0
- nothing in the accountlines table

My understanding of the error is that

   92 my $patrons = Koha::Patrons->search({ borrowernumber => { -in =>
\@patron_ids } });

is called with @patron_ids = ( undef );


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21915
[Bug 21915] Add a way to automatically reconcile balance for patrons
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list