11eb4c8f05a76dbb61cd05e3a85c462549cc4ceb
[working/Evergreen.git] /
1
2 BEGIN;
3
4
5 INSERT into config.org_unit_setting_type
6 ( name, grp, label, description, datatype, fm_class ) VALUES
7
8 ( 'circ.void_item_deposit', 'circ',
9     oils_i18n_gettext('circ.void_item_deposit',
10         'Void item depsoit fee upon checkin',
11         'coust', 'label'),
12     oils_i18n_gettext('circ.void_item_deposit',
13         'This will cause the deposit fee to be voided upon checkin',
14         'coust', 'description'),
15     'bool', null);
16     
17 COMMIT;