+INSERT INTO config.org_unit_setting_type (
+ name, label, grp, datatype
+) VALUES (
+ 'circ.fines.truncate_to_max_fine',
+ oils_i18n_gettext(
+ 'circ.fines.truncate_to_max_fine',
+ 'Truncate fines to max fine amount',
+ 'coust',
+ 'label'
+ ),
+ 'circ',
+ 'bool'
+);
+
+