Bugzilla – Attachment 170831 Details for
Bug 34643
Split CircConfirmItemParts for self-checkout and self-checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34643: (QA follow-up): fix order of new sysprefs and quotation
Bug-34643-QA-follow-up-fix-order-of-new-sysprefs-a.patch (text/plain), 2.16 KB, created by
Kyle M Hall (khall)
on 2024-08-28 16:44:45 UTC
(
hide
)
Description:
Bug 34643: (QA follow-up): fix order of new sysprefs and quotation
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-08-28 16:44:45 UTC
Size:
2.16 KB
patch
obsolete
>From c0c3e919f795e84db075bdebaeb8bbf6f18374aa Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Wed, 20 Mar 2024 23:15:04 +0100 >Subject: [PATCH] Bug 34643: (QA follow-up): fix order of new sysprefs and > quotation > >--- > 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 119f1c7893b..f4c94400789 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -152,9 +152,9 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('CheckPrevCheckoutDelay','0', NULL,'Maximum number of days that will trigger a warning if the patron has borrowed that item in the past when CheckPrevCheckout is enabled.','free'), > ('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, Do nothing, or Clear the screen.','Choice'), >-("CircConfirmItemPartsSCI", ?, NULL, "Deny checkout of multipart items for self-checkin", "Yes/No"), >-("CircConfirmItemPartsSCO", ?, NULL, "Deny checkout of multipart items for self-checkout", "Yes/No" ), > ('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'), > ('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.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34643
:
154910
|
159113
|
163145
|
163318
|
163657
|
163675
|
170829
|
170830
| 170831 |
170832