View | Details | Raw Unified | Return to bug 28854
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/auth_val.yml (+8 lines)
Lines 106-111 tables: Link Here
106
          authorised_value: "4"
106
          authorised_value: "4"
107
          lib : "Missing"
107
          lib : "Missing"
108
108
109
        - category: "LOST"
110
          authorised_value: "5"
111
          lib : "Missing from bundle"
112
109
        # damaged status of an item
113
        # damaged status of an item
110
        - category: "DAMAGED"
114
        - category: "DAMAGED"
111
          authorised_value: "1"
115
          authorised_value: "1"
Lines 183-188 tables: Link Here
183
          authorised_value: "2"
187
          authorised_value: "2"
184
          lib: "Staff Collection"
188
          lib: "Staff Collection"
185
189
190
        - category: "NOT_LOAN"
191
          authorised_value: "3"
192
          lib: "Added to bundle"
193
186
        # restricted status of an item,linked to items.restricted
194
        # restricted status of an item,linked to items.restricted
187
        - category: "RESTRICTED"
195
        - category: "RESTRICTED"
188
          authorised_value: "1"
196
          authorised_value: "1"
(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +2 lines)
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
- 

Return to bug 28854