From: Chris Sharp Date: Wed, 15 Dec 2021 13:43:32 +0000 (-0500) Subject: apply fix for bug 1813056 to bootstrap OPAC X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=962796364364fd23612a78ecc7d8ec581a478695;p=evergreen%2Fpines.git apply fix for bug 1813056 to bootstrap OPAC --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history/export.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history/export.tt2 index 45aca551e6..55059cde42 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history/export.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history/export.tt2 @@ -28,7 +28,7 @@ [%- date.format(ctx.parse_datetime(circ.circ.xact_start), DATE_FORMAT) | csv-%] [%- date.format(ctx.parse_datetime(circ.circ.due_date), DATE_FORMAT) | csv -%] [%- IF circ.circ.checkin_time; - date.format(ctx.parse_datetime(circ.checkin_time), DATE_FORMAT) | csv; + date.format(ctx.parse_datetime(circ.circ.checkin_time), DATE_FORMAT) | csv; ELSE; -%] , [%- END -%]