From dc380df10d3a38760574e12556414500af7caf76 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 9 Dec 2024 22:02:19 +0000 Subject: [PATCH] Bug 38659: Fix select_manager function when there are no tabs To test: 1. Have multiple staff you have permissions to be a purchase suggestion manager. 2. Make some suggestions. 3. Edit a suggestion, go down to 'Select manager'. 4. Select a new manager, notice the new one name is not populated. 5. Save the record, the manager is not changed to the new one. 6. APPLY PATCH 7. Try again steps 3-6, but this time the manager field should populate and the new manager should be saved when you save the suggestion. 8. Go through the test plan on Bug 38183. Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- .../prog/en/modules/suggestion/suggestion.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index da3d7a66f8b..5e00e522d2d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1303,8 +1303,13 @@