]> git.koha-community.org Git - koha.git/commit
Bug 37246: Use the same dropdown for filtering and editing/adding budgets
authorNick Clemens <nick@bywatersolutions.com>
Wed, 3 Jul 2024 14:07:15 +0000 (14:07 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 8 Jul 2024 15:49:21 +0000 (17:49 +0200)
commit12a9e98d2d90d72a6aafda901838673c76578a1a
treea77885c1e39028117680a51ead90579772c59876
parent905932e4513402b07228beecf78b18b9b6f85105
Bug 37246: Use the same dropdown for filtering and editing/adding budgets

This patch removes a second fetch of budgets form the db, and clones the dropdown in the template
as we will only ever be displaying one of them at a time.

The JS is moved to fire for both operations.

To test:
 1 - Create an active and inactive budget in acquisitions
 2 - Add funs to both
 3 - Visit - Acquisitions -> Suggestions
 4 - Click 'Acquisition information' under filters on the left
 5 - Note all funds are showing
 6 - Apply patch
 7 - Reload
 8 - Note you only see active budgets
 9 - Check the box to show inactive, verify they show
10 - Filter by an inactive budget
11 - Confirm selection remains
12 - Add a suggestion and verify budget dropdown works
13 - Edit the suggestion and verify budget dropdown works

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
suggestion/suggestion.pl