From 5b07b48a924bf6c68822183d7b05fa979aa2d0b9 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Wed, 12 Jun 2019 18:40:23 +0000 Subject: [PATCH] Bug 19787: (followup) add missing comma --- installer/data/mysql/atomicupdate/bug_19787_-_SIP_Message_sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_19787_-_SIP_Message_sysprefs.sql b/installer/data/mysql/atomicupdate/bug_19787_-_SIP_Message_sysprefs.sql index f45af20528..53c09e1daf 100644 --- a/installer/data/mysql/atomicupdate/bug_19787_-_SIP_Message_sysprefs.sql +++ b/installer/data/mysql/atomicupdate/bug_19787_-_SIP_Message_sysprefs.sql @@ -3,5 +3,5 @@ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanat ('ReservedSIPMessage','Item was reserved for you.',NULL,'Message to be shown when attempting to check out an item in self-checkout reserved by another patron','Free'), ('ReservedWaitingSIPMessage','Item is reserved for another patron upon return.',NULL,'Message to be shown when checking out an item in self-checkout that the user has reserved', 'Free'), ('CheckedToAnotherSIPMessage','Item already checked out to another person.', NULL, 'Message to be shown when attempting to check out an item in self-checkout already checked out by another patron', 'Free'), -('DebtSIPMessage','Outstanding fines, block issue.',NULL,'Message to be shown when patron attempting to check out in self-checkout has outstanding fines','Free') +('DebtSIPMessage','Outstanding fines, block issue.',NULL,'Message to be shown when patron attempting to check out in self-checkout has outstanding fines','Free'), ('HighHoldsSIPMessage','Loan period reduced for high-demand item',NULL,'Message to be shown when checking out a high demand item','Free'); -- 2.11.0