Bug 20815: (QA follow-up) Add message to database update / rephrase pref
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 6 Jul 2020 20:53:55 +0000 (20:53 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Jul 2020 08:04:31 +0000 (10:04 +0200)
- Make pref use "checked in" instead of "returned".
- Add message to database update

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

installer/data/mysql/atomicupdate/bug_20815.perl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 50c7ef5..9f5d451 100644 (file)
@@ -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";
 }
index 29c076d..20e0400 100644 (file)
@@ -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.