13 |
INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES |
13 |
INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES |
14 |
('DefaultLongOverdueBorrowerCategories', '', NULL, NULL, NULL), |
14 |
('DefaultLongOverdueBorrowerCategories', '', NULL, 'Set the borrower categories that will be listed when longoverdue cronjob is executed', 'choice'), |
15 |
('DefaultLongOverdueSkipBorrowerCategories', '', NULL, NULL, NULL); |
15 |
('DefaultLongOverdueSkipBorrowerCategories', '', NULL, 'Set the borrower categories that will not be listed when longoverdue cronjob is executed', 'choice'); |