Lines 719-725
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
719 |
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'), |
719 |
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'), |
720 |
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'), |
720 |
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'), |
721 |
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'), |
721 |
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'), |
722 |
('TwoFactorAuthentication', 'disable', 'enforce|enabled|disabled', 'Enables two-factor authentication', 'Choice'), |
722 |
('TwoFactorAuthentication', 'disabled', 'enforced|enabled|disabled', 'Enables two-factor authentication', 'Choice'), |
723 |
('UNIMARCAuthorityField100','afrey50 ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'), |
723 |
('UNIMARCAuthorityField100','afrey50 ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'), |
724 |
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'), |
724 |
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'), |
725 |
('UNIMARCField100Language','fre',NULL,'UNIMARC field 100 default language','short'), |
725 |
('UNIMARCField100Language','fre',NULL,'UNIMARC field 100 default language','short'), |
726 |
- |
|
|