]> git.evergreen-ils.org Git - Evergreen.git/commit
reset title variable when looping with biblio A/T
authorJason Etheridge <jason@esilibrary.com>
Thu, 8 Nov 2012 16:27:13 +0000 (11:27 -0500)
committerBen Shum <bshum@biblio.org>
Sat, 7 Sep 2013 03:18:23 +0000 (23:18 -0400)
commit8562d2c8815b924a5c075f61dc76ba25605fcb15
treeb0d3cf1f2f9a1315a4f8a1e549eb7e8ff56032cd
parent160d864cff8c1018c694609721afd378963b7b0d
reset title variable when looping with biblio A/T

Two templates that I'm concerned with, though there may be others that could use
this treatment: biblio.record_entry.email and biblio.record_entry.print

Basically, they can group events from the same user and consolidate bibs, but as
they loop through the bibs they're not clearing the temporary variable that
contains the bib title, so we get duplicated and run-on titles in the output.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
Conflicts:
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/XXXX.data.bre_format.sql [new file with mode: 0644]