JBAS-1554 C/O history tpac display repair (kcls template)
authorBill Erickson <berickxx@gmail.com>
Fri, 2 Sep 2016 14:16:51 +0000 (10:16 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/openils/var/templates_kcls/opac/myopac/circ_history.tt2

index ee43670..9e40d58 100644 (file)
                         <td style="padding-left:5px;">
                             [% 
                                 IF circ.circ.checkin_time; 
-                                    IF circ.circ.stop_fines == 'RENEW';
-                                        l('renewed');
-                                    ELSE;
-                                        date.format(ctx.parse_datetime(circ.circ.checkin_time),DATE_FORMAT); 
-                                    END;
+                                    date.format(ctx.parse_datetime(circ.circ.checkin_time),DATE_FORMAT);
                                 ELSE; %]
                                 <span style='color:blue;'>*</span><!-- meh -->
                             [% END; %]