From 83d9a6e60289912736b0181d4e9cee090b4d0ffe Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 6 Jul 2020 20:53:55 +0000 Subject: [PATCH] Bug 20815: (QA follow-up) Add message to database update / rephrase pref - Make pref use "checked in" instead of "returned". - Add message to database update Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- installer/data/mysql/atomicupdate/bug_20815.perl | 2 +- .../prog/en/modules/admin/preferences/circulation.pref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_20815.perl b/installer/data/mysql/atomicupdate/bug_20815.perl index 50c7ef54ce..9f5d451fca 100644 --- a/installer/data/mysql/atomicupdate/bug_20815.perl +++ b/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"; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 29c076d729..20e0400fd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -942,7 +942,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. -- 2.39.5