]> 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:23:34 +0000 (23:23 -0400)
commit4ebd19b0f7a51d6417eb1f9c33adc7bf3df0d390
tree295021df0e36ce6416c79d5530c247be40f491e6
parentfa4f670254b912cda0383a58a5c6a7c09c1177ca
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]