From 6439f9d79878f7c7ecd0525cf575bfb8fdbdd99c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radek=20=C5=A0iman?= <rbit@rbit.cz>
Date: Thu, 3 Nov 2016 04:18:12 +0100
Subject: [PATCH] [SIGNED-OFF] Bug 17509: Removed old name of atomic update
 file

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 .../bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql        | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100644 installer/data/mysql/atomicupdate/bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql

diff --git a/installer/data/mysql/atomicupdate/bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql b/installer/data/mysql/atomicupdate/bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql
deleted file mode 100644
index 2eb7e2f..0000000
--- a/installer/data/mysql/atomicupdate/bug_17509_add_NotifyToReturnItemWhenHoldIsPlaced_syspref.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('NotifyToReturnItemWhenHoldIsPlaced', '0', 'If ON, notifies the patrons to return an item whenever a hold is placed on it', NULL, 'YesNo');
-INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('NotifyToReturnItemFromLibrary', 'ItemHomeLibrary', 'Restricts what library to take into consideration when notifying patrons to return items on hold', 'RequestorLibrary|ItemHomeLibrary|AnyLibrary', 'Choice');
-- 
2.1.4