Somehow a typo slipped in on the array index, should be 0 not 2
authorMike Rylander <mrylander@gmail.com>
Fri, 5 Jun 2020 18:00:12 +0000 (14:00 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 5 Jun 2020 18:00:12 +0000 (14:00 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/myopac/holds_curbside.tt2

index c90df86..877a82b 100644 (file)
                         <option value="[% t.0 | html %]"
                           [% IF cs_time == t.0; found_time=1 %] selected="selected"[% END %]
                           [% IF t.1 <= 0 && cs_time != t.0 %] disabled="disabled"[% END %]>
-                            [% date.format(current_date _ ' ' _ t.2,'%l:%M %p') | html %]
+                            [% date.format(current_date _ ' ' _ t.0,'%l:%M %p') | html %]
                         </option>
                       [% END %]
                       [% IF cs_time && !found_time %]