]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix bad seed data in an A/T template
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 20 May 2011 19:47:04 +0000 (15:47 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 20 May 2011 19:53:23 +0000 (15:53 -0400)
commit5edf24fa1ebf3c12c8840ffcf1d9f32d534ef6dc
treec68dd3415160960fff3ab8c1986bacb1036e3fbd
parentcc435b591efba0fb8a60e8546ad97778926c6b0c
Fix bad seed data in an A/T template

The action_trigger event def template for printing acq invoices was
syntatically broken.  The collapse filter isn't important per se, but
it balances the extra [% END %] at the bottom of the template, and it
was there originally, and I see no reason not to put it back.

Incidentally, maybe the database upgrade script in the commit will be
the first in master to successfully use the new
evergreen.upgrade_deps_block_check() function ?

Reported by Sally Fortin.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/0538.data.at-event-def-acq-invoice-print.sql [new file with mode: 0644]