From b4bd933bed1152f2606f423bc9aa92e9813ff870 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 24 Aug 2020 09:14:14 -0400 Subject: [PATCH] Bug 25534: (QA follow-up) Removed doubled insert statements in de-DE/optional/auth_val.sql --- installer/data/mysql/de-DE/optional/auth_val.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/installer/data/mysql/de-DE/optional/auth_val.sql b/installer/data/mysql/de-DE/optional/auth_val.sql index 2416ef9859..91d0697363 100644 --- a/installer/data/mysql/de-DE/optional/auth_val.sql +++ b/installer/data/mysql/de-DE/optional/auth_val.sql @@ -88,7 +88,3 @@ INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('RETURN_ -- hold cancellation INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves'); INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold'); - --- hold cancellation -INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','NOT_FOUND','Item could not be located on shelves'); -INSERT INTO authorised_values (category, authorised_value, lib) VALUES ('HOLD_CANCELLATION','DAMAGED','Item was found to be too damaged to fill hold'); -- 2.24.1 (Apple Git-126)