From f421120b2fbf7f9fc46821dafbdf5a27067aec1a Mon Sep 17 00:00:00 2001
From: Kyle M Hall <kyle@bywatersolutions.com>
Date: Fri, 22 Mar 2024 06:24:19 -0400
Subject: [PATCH] Bug 34643: (QA follow-up) Fix default syspref values

---
 installer/data/mysql/mandatory/sysprefs.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql
index 53f13282bb9..e3c73675c1c 100644
--- a/installer/data/mysql/mandatory/sysprefs.sql
+++ b/installer/data/mysql/mandatory/sysprefs.sql
@@ -150,8 +150,8 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
 ('ChildNeedsGuarantor', 0, 'If ON, a child patron must have a guarantor when adding the patron.', '', 'YesNo'),
 ('CircAutoPrintQuickSlip','qslip',NULL,'Choose what should happen when an empty barcode field is submitted in circulation: Display a print quick slip window, Display a print slip window or Clear the screen.','Choice'),
 ('CircConfirmItemParts', '0', NULL, 'Require staff to confirm that all parts of an item are present at checkin/checkout.', 'Yes/No'),
-('CircConfirmItemPartsSCI', ?, NULL, 'Deny checkout of multipart items for self-checkin', 'Yes/No'),
-('CircConfirmItemPartsSCO', ?, NULL, 'Deny checkout of multipart items for self-checkout', 'Yes/No' ),
+('CircConfirmItemPartsSCI', '0', NULL, 'Deny checkout of multipart items for self-checkin', 'Yes/No'),
+('CircConfirmItemPartsSCO', '0', NULL, 'Deny checkout of multipart items for self-checkout', 'Yes/No' ),
 ('CircControl','ItemHomeLibrary','PickupLibrary|PatronLibrary|ItemHomeLibrary','Specify the agency that controls the circulation and fines policy','Choice'),
 ('CircControlReturnsBranch','ItemHomeLibrary','ItemHomeLibrary|ItemHoldingLibrary|CheckInLibrary','Specify the agency that controls the return policy','Choice'),
 ('CircSidebar','1',NULL,'Activate or deactivate the navigation sidebar on all Circulation pages','YesNo'),
-- 
2.30.2