From: Dan Scott Date: Mon, 26 Sep 2011 17:34:00 +0000 (-0400) Subject: TPAC: Fix for staff UI with multiple MFHD records X-Git-Tag: sprint4-merge-nov22~5045 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f71a516945762f485ee2e7c625c8ac65bf346307;p=working%2FEvergreen.git TPAC: Fix for staff UI with multiple MFHD records XUL's JavaScript doesn't mind trailing commas on an array, but really doesn't like an array in which the elements aren't separated by commas :) Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/parts/js.tt2 b/Open-ILS/src/templates/opac/parts/js.tt2 index 6eaf150b6a..9dbbeac52b 100644 --- a/Open-ILS/src/templates/opac/parts/js.tt2 +++ b/Open-ILS/src/templates/opac/parts/js.tt2 @@ -27,7 +27,7 @@ 'label' : '[% summary.location %]', 'entryNum' : '[% loop.index %]', 'owning_lib' : '[% summary.owning_lib %]' - } + }, [% END %] ];