INSERT INTO config.standing_penalty (id,name,label,block_list) VALUES (26,'STAFF_HR','Alerting block on Hold and Renew','HOLD|RENEW');
INSERT INTO config.standing_penalty (id,name,label,block_list) VALUES (27,'STAFF_H','Alerting block on Hold','HOLD');
INSERT INTO config.standing_penalty (id,name,label,block_list) VALUES (28,'STAFF_R','Alerting block on Renew','RENEW');
+INSERT INTO config.standing_penalty (id,name,label) VALUES (29,'INVALID_PATRON_ADDRESS','Patron has an invalid address');
SELECT SETVAL('config.standing_penalty_id_seq', 100);
'The purpose is to provide an interval of time after an item goes into the on-holds-shelf status before it appears to patrons that it is actually on the holds shelf. This gives staff time to process the item before it shows as ready-for-pickup.',
'interval' ),
+( 'circ.patron_invalid_address_apply_penalty',
+ 'Invalid patron address penalty',
+ 'When set, if a patron address is set to invalid, a penalty is applied.',
+ 'bool' ),
+
( 'ui.patron.default_inet_access_level',
'Default level of patrons'' internet access',
null,