]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/XXXX.suppress_transits.sql
8f551c3ba04c65d2be48d5609de0b29e370670ab
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / XXXX.suppress_transits.sql
1 INSERT into config.org_unit_setting_type (name, grp, label, description, datatype) VALUES
2 ( 'circ.transit.suppress_hold', 'circ',
3     oils_i18n_gettext('circ.transit.suppress_hold',
4         'Suppress Hold Transits Group',
5         'coust', 'label'),
6     oils_i18n_gettext('circ.transit.suppress_hold',
7         'If set to a non-empty string Hold Transits will be suppressed between this OU and others with the same value. If set to an empty string transits will not be suppressed.',
8         'coust', 'description'),
9     'string')
10 ,( 'circ.transit.suppress_non_hold', 'circ',
11     oils_i18n_gettext('circ.transit.suppress_non_hold',
12         'Suppress Non-Hold Transits Group',
13         'coust', 'label'),
14     oils_i18n_gettext('circ.transit.suppress_non_hold',
15         'If set to a non-empty string Non-Hold Transits will be suppressed between this OU and others with the same value. If set to an empty string transits will not be suppressed.',
16         'coust', 'description'),
17     'string');