|
Lines 30-34
CREATE TABLE IF NOT EXISTS `housebound_instance` (
Link Here
|
| 30 |
insert into systempreferences (variable,value,options,explanation,type) values |
30 |
insert into systempreferences (variable,value,options,explanation,type) values |
| 31 |
('useHouseboundModule',1,'','If ON, use the Housebound module','YesNo'); |
31 |
('useHouseboundModule',1,'','If ON, use the Housebound module','YesNo'); |
| 32 |
|
32 |
|
|
|
33 |
insert into systempreferences (variable,value,options,explanation,type) values |
| 34 |
('useHouseboundCheckPrevious',1,'','If ON, checks if Housebound patrons have previous issued items to be checked out', |
| 35 |
'YesNo'); |
| 36 |
|
| 33 |
insert into categories (categorycode, description, enrolmentperiod, upperagelimit, dateofbirthrequired, category_type) |
37 |
insert into categories (categorycode, description, enrolmentperiod, upperagelimit, dateofbirthrequired, category_type) |
| 34 |
values ('VOL','Housebound volunteer','99','999','1','A'); |
38 |
values ('VOL','Housebound volunteer','99','999','1','A'); |