From 46b13460f94e3603e2268566df6f4bcaa66cf7ca Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 10 Feb 2015 09:43:25 +0100 Subject: [PATCH] Bug 13380: Wording changes Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cd5752f37239729aa71e687fa9be3be491defd23) Signed-off-by: Chris Cormack --- installer/data/mysql/en/optional/auth_val.sql | 4 ++-- installer/data/mysql/updatedatabase.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/en/optional/auth_val.sql b/installer/data/mysql/en/optional/auth_val.sql index b229899c57..d5c7f67c0f 100644 --- a/installer/data/mysql/en/optional/auth_val.sql +++ b/installer/data/mysql/en/optional/auth_val.sql @@ -72,6 +72,6 @@ INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MED INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('SIP_MEDIA_TYPE', '010', 'Book with audio tape'); -- order cancellation reasons -INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_CANCELLATION_REASON', 0, 'No reason'); -INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_CANCELLATION_REASON', 1, 'Sold out'); +INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_CANCELLATION_REASON', 0, 'No reason provided'); +INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_CANCELLATION_REASON', 1, 'Out of stock'); INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('ORDER_CANCELLATION_REASON', 2, 'Restocking'); diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6fb3f66e20..df1011cc25 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9694,8 +9694,8 @@ $DBversion = "3.18.04.002"; if(CheckVersion($DBversion)) { $dbh->do(q{ INSERT INTO authorised_values (category, authorised_value, lib) VALUES - ('ORDER_CANCELLATION_REASON', 0, 'No reason'), - ('ORDER_CANCELLATION_REASON', 1, 'Sold out'), + ('ORDER_CANCELLATION_REASON', 0, 'No reason provided'), + ('ORDER_CANCELLATION_REASON', 1, 'Out of stock'), ('ORDER_CANCELLATION_REASON', 2, 'Restocking') }); -- 2.39.5