From cb36a6dc5b7eb49247ff824457d3996e55619914 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 2 Feb 2024 00:04:33 +0000 Subject: [PATCH] Bug 35983: Remove extra seleted=selected from dropdown menu To test: 1. Admin > Circ & fine rules 2. Select a library at the top of the forms ( #selectlibrary ) 3. Try to change the 'Refund lost item replacement fee' to "Refund lost item charge (only if unpaid)". 4. Press save and let the page reload. 5. Look at the dropdown again, the value is now set to "Refund lost item charge and restore overdue fine". 6. APPLY PATCH 7. Try steps 2 - 5 again but this time the value in the dropdown should not change. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index d71e25ccaa..3df7e9a881 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -1177,7 +1177,7 @@ [% ELSIF ( refundLostItemFeeRule.rule_value == 'refund_unpaid' ) %] - + [% ELSIF ( refundLostItemFeeRule.rule_value == 'charge' ) %] -- 2.30.2