From 30c3dff20f662c83bd735af27bdab33668a88f44 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 29 Oct 2018 21:35:00 +0000 Subject: [PATCH] Bug 8000: (QA follow-up) Fix accidently edited sysprefs.sql file Content-Type: text/plain; charset=utf-8 Signed-off-by: Josef Moravec Signed-off-by: Liz Rea Signed-off-by: Marcel de Rooy --- installer/data/mysql/sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index ff78e46119..d9f575bdac 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -1,4 +1,4 @@ -INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type('SendAllEmailsTo','',NULL,'All emails will be redirected to this email if it is not empty','free'),` ) VALUES +INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('AccountAutoReconcile','0',NULL,'If enabled, patron balances will get reconciled automatically on each transaction.','YesNo'), ('AcqCreateItem','ordering','ordering|receiving|cataloguing','Define when the item is created : when ordering, when receiving, or in cataloguing module','Choice'), ('AcqEnableFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to invoice records.','YesNo'), -- 2.11.0