LP1759343 (follow-up): Add bill annotation setting to seed data
[evergreen-equinox.git] / Open-ILS / src / sql / Pg / 950.data.seed-values.sql
index c887e9a..37df558 100644 (file)
@@ -19967,3 +19967,5 @@ VALUES (
     'cwst', 'label')
 );
 
+INSERT INTO config.workstation_setting_type (name,label,grp,datatype)
+VALUES ('eg.circ.bills.annotatepayment','Bills: Annotate Payment', 'circ', 'bool');