View | Details | Raw Unified | Return to bug 39588
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt (-2 / +1 lines)
Lines 237-243 Link Here
237
                    "render": function(data,type,row,meta) {
237
                    "render": function(data,type,row,meta) {
238
                        if ( row.item ) {
238
                        if ( row.item ) {
239
                            if ( row.item.checked_out_date ) {
239
                            if ( row.item.checked_out_date ) {
240
                                return _("On loan, due: ") . $date(row.item.checked_out_date);
240
                                return _("On loan, due: ") + $date(row.item.checked_out_date);
241
                            } else {
241
                            } else {
242
                                return row.item._strings.location.str;
242
                                return row.item._strings.location.str;
243
                            }
243
                            }
244
- 

Return to bug 39588