Comment 3 for bug 1254918

Revision history for this message
Bill Erickson (berick) wrote :

Part 2: Avoid unneeded permission checks in fund retrieval
-----------------------------------------------------------------------------------

Only request funds for display in the batch update fund selector which the user has permission to use for a purchase order. By limiting the funds to the owner (org unit), we reduce the number of permission checks for unrelated funds that have to be performed on the server (by PCRUD).

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1254918-batch-filter-funds-by-perm

====

FWIW, I have tested Mike's IDL/PCRUD code and all seems to work as expected. Other testers appreciated.