Lines 115-120
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
115 |
('BorrowerUnwantedField','',NULL,'Name the fields you don\'t need to store for a patron\'s account','free'), |
115 |
('BorrowerUnwantedField','',NULL,'Name the fields you don\'t need to store for a patron\'s account','free'), |
116 |
('BranchTransferLimitsType','ccode','itemtype|ccode','When using branch transfer limits, choose whether to limit by itemtype or collection code.','Choice'), |
116 |
('BranchTransferLimitsType','ccode','itemtype|ccode','When using branch transfer limits, choose whether to limit by itemtype or collection code.','Choice'), |
117 |
('BrowseResultSelection','0',NULL,'Enable/Disable browsing search results fromt the bibliographic record detail page in staff interface','YesNo'), |
117 |
('BrowseResultSelection','0',NULL,'Enable/Disable browsing search results fromt the bibliographic record detail page in staff interface','YesNo'), |
|
|
118 |
('BundleLostValue','5',NULL,'Sets the LOST AV value that represents "Missing from bundle" as a lost value','Free'), |
119 |
('BundleNotLoanValue','3',NULL,'Sets the NOT_LOAN AV value that represents "Added to bundle" as a not for loan value','Free'), |
118 |
('CalculateFinesOnReturn','1','','Switch to control if overdue fines are calculated on return or not','YesNo'), |
120 |
('CalculateFinesOnReturn','1','','Switch to control if overdue fines are calculated on return or not','YesNo'), |
119 |
('CalculateFinesOnBackdate','1','','Switch to control if overdue fines are calculated on return when backdating','YesNo'), |
121 |
('CalculateFinesOnBackdate','1','','Switch to control if overdue fines are calculated on return when backdating','YesNo'), |
120 |
('CalendarFirstDayOfWeek','0','0|1|2|3|4|5|6','Select the first day of week to use in the calendar.','Choice'), |
122 |
('CalendarFirstDayOfWeek','0','0|1|2|3|4|5|6','Select the first day of week to use in the calendar.','Choice'), |
121 |
- |
|
|