From: Mike Rylander Date: Fri, 5 Jun 2020 14:49:51 +0000 (-0400) Subject: Properly show un-finished past appointments, and use 12-hour times for display in... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=88005b27d49550bf43788398a15ecec91c53020d;p=working%2FEvergreen.git Properly show un-finished past appointments, and use 12-hour times for display in the selector Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 b/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 index d8d21c6d14..813cef21e6 100644 --- a/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 +++ b/Open-ILS/src/templates/opac/myopac/holds_curbside.tt2 @@ -96,13 +96,13 @@ [% IF appointment || cs_date; # checking times %] [% current_date = cs_date %] - [% IF ctx.cs_times.$current_date.size; # show a select %] + [% IF appointment || ctx.cs_times.$current_date.size; # show a select %]