https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21491 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 82561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82561&action=edit Bug 21491: Display 'Yes' as selected if no refundlostitemfee rules are set To test: 1 - Delete all refund_lost_item_fee_rules form the db delete from refund_lost_item_fee_rules; 2 - View the Standard circ rules - Default lost item fee refund shows as 'No' 3 - View circ rules for a single library, shows as 'Default (Yes)' 4 - Return a lost item, it actually does refund (this is in the LostItemFeeRules code, default 1 if not set) 5 - Apply patch 6 - Rule shows as 'Yes' 7 - View a specifc rule, still says Default (Yes) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.