]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/XXXX.check_barcode_regex.sql
0d2bcef43cb0116ba603bd1ab11107339b604451
[working/Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / XXXX.check_barcode_regex.sql
1 INSERT into config.org_unit_setting_type
2 ( name, grp, label, description, datatype, fm_class ) VALUES
3 ( 'ui.patron.edit.ac.barcode.regex', 'gui',
4     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
5         'Regex for barcodes on patron registration',
6         'coust', 'label'),
7     oils_i18n_gettext('ui.patron.edit.ac.barcode.regex',
8         'The Regular Expression for validation on barcodes in patron registration.',
9         'coust', 'description'),
10     'string', null);