LP1849212: fix missing paren
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 7 Sep 2020 21:59:42 +0000 (14:59 -0700)
committerMichele Morgan <mmorgan@noblenet.org>
Mon, 14 Sep 2020 19:01:28 +0000 (15:01 -0400)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 2b46fc7..7db16c6 100644 (file)
@@ -81,7 +81,7 @@ IF has_copies or ctx.foreign_copies;
     <td>[% bib.target_copy.location.name | html %]</td>
     <td>[% bib.target_copy.status.name | html %]</td>
     <td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
-    [%- IF ctx.get_org_setting(CGI.param('loc') 
+    [%- IF ctx.get_org_setting(CGI.param('loc'))
         OR use_courses %]
     <td></td>
     [%- END %]