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