LP1759343 (follow-up): Add bill annotation setting to seed data
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 13 Jun 2019 18:33:20 +0000 (11:33 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 13 Jun 2019 21:41:56 +0000 (14:41 -0700)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

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');