[Koha-bugs] [Bug 31459] Order receive page is slow on systems with many budgets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 2 08:09:10 CEST 2022


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

Nick Clemens <nick at bywatersolutions.com> changed:

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

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 140065
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=140065&action=edit
Bug 31459: Use the same dropdown as when adding orders to a basket

Current order receive code loops over each budget period and gets the
hierarchy, this
is slow when systems have many budgets. Additionally, the list includes
inactive items
by default

We can switch to a single call, and add consistency by adopting the same
dropdown as used
when placing an order

To test:
1 - Add some budgets with funds - ensure you have at least one inactive budget
and fund
2 - Place an order, observe the fund selection menu
3 - Close basket, receive order, observe the fund menu
4 - Apply patch
5 - Cancel receipt
6 - Receive again
7 - Observe fund menu, confirm it matches the order placing menu
8 - Confirm inactive are not displayed by default, but are when button is
checked

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list