@@ -, +, @@ rephrase pref - Make pref use "checked in" instead of "returned". - Add message to database update --- installer/data/mysql/atomicupdate/bug_20815.perl | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/installer/data/mysql/atomicupdate/bug_20815.perl +++ a/installer/data/mysql/atomicupdate/bug_20815.perl @@ -6,5 +6,5 @@ if( CheckVersion( $DBversion ) ) { }); SetVersion( $DBversion ); - print "Upgrade to $DBversion done (Bug XXXXX - description)\n"; + print "Upgrade to $DBversion done (Bug 20815: Add NoRefundOnLostReturnedItemsAge system preference)\n"; } --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -937,7 +937,7 @@ Circulation: no: "Don't Forgive" - the fines on an item when it is lost. - - - "Don't refund lost fees if a lost item is returned more than" + - "Don't refund lost fees if a lost item is checked in more than" - pref: NoRefundOnLostReturnedItemsAge class: integer - days after it was marked lost. --