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

--- Comment #32 from Josef Moravec <josef.mora...@gmail.com> ---
Comment on attachment 72756
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72756
Bug 19935: Replace GetPendingIssues - deletemem.pl

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

::: members/deletemem.pl
@@ +77,2 @@
>  my $charges = $patron->account->non_issues_charges;
> +my $countissues = $patron->pending_checkouts->count;

$patron->checkouts->count; should be enough as said in commit message

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to