bug 7494: (follow-up) tweak description of itemBarcodeFallbackSearch syspref
authorGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 15:06:39 +0000 (15:06 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 15:12:45 +0000 (15:12 +0000)
Thanks to MJ Ray for helping with the wordsmithing on #koha.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 0c095ea..80a347b 100755 (executable)
@@ -7061,7 +7061,7 @@ if ( CheckVersion($DBversion) ) {
 $DBversion = "3.13.00.XXX";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(
-"INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('itemBarcodeFallbackSearch','','If set, uses scanned item barcodes as a catalogue search if not found as barcodes',NULL,'YesNo')"
+"INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('itemBarcodeFallbackSearch','','If set, enables the automatic use of a keyword catalog search if the phrase entered as a barcode on the checkout page does not turn up any results during an item barcode search',NULL,'YesNo')"
     );
     print "Upgrade to $DBversion done (Bug 7494: Add itemBarcodeFallbackSearch syspref)\n";
     # SetVersion($DBversion);
index 2ae466a..026b7fa 100644 (file)
@@ -23,7 +23,7 @@ Circulation:
               choices:
                   yes: "Enable"
                   no: "Don't enable"
-            - to use scanned item barcodes as a catalogue search if not found as barcodes.
+            - the automatic use of a keyword catalog search if the phrase entered as a barcode on the checkout page does not turn up any results during an item barcode search.
         -
             - Sort previous checkouts on the circulation page from
             - pref: previousIssuesDefaultSortOrder