@@ -, +, @@ in de-DE/optional/auth_val.sql --- installer/data/mysql/de-DE/optional/auth_val.sql | 4 ---- 1 file changed, 4 deletions(-) --- a/installer/data/mysql/de-DE/optional/auth_val.sql +++ a/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'); --