Lines 1155-1160
CREATE TABLE `issuingrules` ( -- circulation and fine rules
Link Here
|
1155 |
`hardduedatecompare` tinyint NOT NULL default "0", -- type of hard due date (1 = after, 0 = on, -1 = before) |
1155 |
`hardduedatecompare` tinyint NOT NULL default "0", -- type of hard due date (1 = after, 0 = on, -1 = before) |
1156 |
`renewalsallowed` smallint(6) NOT NULL default "0", -- how many renewals are allowed |
1156 |
`renewalsallowed` smallint(6) NOT NULL default "0", -- how many renewals are allowed |
1157 |
`renewalperiod` int(4) default NULL, -- renewal period in the unit set in issuingrules.lengthunit |
1157 |
`renewalperiod` int(4) default NULL, -- renewal period in the unit set in issuingrules.lengthunit |
|
|
1158 |
`norenewalbefore` int(4) default NULL, -- no renewal allowed until X days or hours before due date. In the unit set in issuingrules.lengthunit |
1158 |
`reservesallowed` smallint(6) NOT NULL default "0", -- how many holds are allowed |
1159 |
`reservesallowed` smallint(6) NOT NULL default "0", -- how many holds are allowed |
1159 |
`branchcode` varchar(10) NOT NULL default '', -- the branch this rule is for (branches.branchcode) |
1160 |
`branchcode` varchar(10) NOT NULL default '', -- the branch this rule is for (branches.branchcode) |
1160 |
overduefinescap decimal(28,6) default NULL, -- the maximum amount of an overdue fine |
1161 |
overduefinescap decimal(28,6) default NULL, -- the maximum amount of an overdue fine |