Bugzilla – Attachment 35773 Details for
Bug 13380
Auto fill order cancellation reasons from authorised values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13380: Wording changes
Bug-13380-Wording-changes.patch (text/plain), 2.13 KB, created by
Jonathan Druart
on 2015-02-10 09:33:16 UTC
(
hide
)
Description:
Bug 13380: Wording changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-10 09:33:16 UTC
Size:
2.13 KB
patch
obsolete
>From b635ac692f7fbb95c7b0bd2f16f11c1aefd3b4b1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 10 Feb 2015 09:43:25 +0100 >Subject: [PATCH] Bug 13380: Wording changes > >--- > 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 b229899..d5c7f67 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 a07722b..3a48ca6 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9763,8 +9763,8 @@ $DBversion = "3.19.00.XXX"; > 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.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13380
:
34090
|
34091
|
34140
|
34746
|
34747
|
35695
|
35696
|
35767
|
35768
|
35773
|
37144
|
37163
|
37179
|
37363