https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24266
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Depends on| |21915 --- Comment #1 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
