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

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183676|0                           |1
        is obsolete|                            |

--- Comment #10 from David Cook <[email protected]> ---
Created attachment 185381
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185381&action=edit
Bug 36155: Improve perfs of suggestion.pl when there are many budgets

Page suggestion/suggestion.pl calls CanUserUseBudget() in a loop,
will must use a uniq Koha::Patron object of the logged in user.
When there are many budgets and funds this takes some time.

Test plan :
Compare performance with and without patch with many budgets and funds
(see test plan of Bug 35921)

Signed-off-by: David Cook <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to