server-driven print templates POC / WIP
authorBill Erickson <berickxx@gmail.com>
Tue, 16 Apr 2019 19:20:19 +0000 (15:20 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 19 Apr 2019 17:31:22 +0000 (13:31 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.server-print-templates.sql

index e02e09c..a520ef9 100644 (file)
@@ -32,7 +32,7 @@ INSERT INTO config.print_template (id, name, locale, owner, label, template)
 VALUES (
     1, 'address-label', 'en-US',
     (SELECT id FROM actor.org_unit WHERE parent_ou IS NULL),
-    oils_i18n_gettext(1, 'Test Template', 'cpt', 'label'),
+    oils_i18n_gettext(1, 'Address Label', 'cpt', 'label'),
 $TEMPLATE$
 [%-
     SET patron = template_data.patron;