Bug 7180: (follow-up) use "MARC record" instead of "marcrecord"
authorGalen Charlton <gmc@esilibrary.com>
Sun, 4 May 2014 20:00:04 +0000 (20:00 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 4 May 2014 20:46:57 +0000 (20:46 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref

index fc048f1..878f6af 100644 (file)
@@ -178,7 +178,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
 ('LocalCoverImages','0','1','Display local cover images on intranet details pages.','YesNo'),
 ('ManInvInNoissuesCharge','1',NULL,'MANUAL_INV charges block checkouts (added to noissuescharge).','YesNo'),
 ('MARCAuthorityControlField008','|| aca||aabn           | a|a     d',NULL,'Define the contents of MARC21 authority control field 008 position 06-39','Textarea'),
-('MarcFieldsToOrder','',NULL,'Set the mapping values for a new order line created from a marcrecord (staged file). In a YAML format.','textarea'),
+('MarcFieldsToOrder','',NULL,'Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.','textarea'),
 ('MARCOrgCode','OSt','','Define MARC Organization Code for MARC21 records - http://www.loc.gov/marc/organizations/orgshome.html','free'),
 ('MaxFine',NULL,'','Maximum fine a patron can have for all late returns at one moment. Single item caps are specified in the circulation rules matrix.','Integer'),
 ('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'),
index b4b5dc3..28962fb 100755 (executable)
@@ -8357,7 +8357,7 @@ if ( CheckVersion($DBversion) ) {
 
 $DBversion = "3.15.00.XXX";
 if ( CheckVersion($DBversion) ) {
-    $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('MarcFieldsToOrder','','Set the mapping values for a new order line created from a marcrecord (staged file). In a YAML format.', NULL, 'textarea')");
+    $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('MarcFieldsToOrder','','Set the mapping values for a new order line created from a MARC record in a staged file. In a YAML format.', NULL, 'textarea')");
    print "Upgrade to $DBversion done (Bug 7180: Added MarcFieldsToOrder syspref)\n";
    SetVersion ($DBversion);
 }
index 66829e7..b32acdc 100644 (file)
@@ -46,7 +46,7 @@ Acquisitions:
             - Upon receiving items, update their subfields if they were created when placing an order (e.g. o=5|a="foo bar").
             - pref: AcqItemSetSubfieldsWhenReceived
         -
-            - Set the mapping values for a new order line created from a marcrecord (staged file).
+            - Set the mapping values for a new order line created from a MARC record in a staged file.
             - pref: MarcFieldsToOrder
               type: textarea
             - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2"