'coust', 'description'),
'integer', null)
-,( 'acq.holds.allow_holds_from_purchase_request', 'acq',
- oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
- 'Allows patrons to create automatic holds from purchase requests.',
- 'coust', 'label'),
- oils_i18n_gettext('acq.holds.allow_holds_from_purchase_request',
- 'Allows patrons to create automatic holds from purchase requests.',
- 'coust', 'description'),
- 'bool', null)
-
,( 'acq.tmp_barcode_prefix', 'acq',
oils_i18n_gettext('acq.tmp_barcode_prefix',
'Temporary barcode prefix',
SELECT SETVAL('acq.user_request_status_type_id_seq'::TEXT, 100);
+-- not used
+DELETE FROM actor.org_unit_setting WHERE name = 'acq.holds.allow_holds_from_purchase_request';
+DELETE FROM config.org_unit_setting_type_log WHERE field_name = 'acq.holds.allow_holds_from_purchase_request';
+DELETE FROM config.org_unit_setting_type WHERE name = 'acq.holds.allow_holds_from_purchase_request';
+
COMMIT;