@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -650,7 +650,7 @@ 'emptyTable': '
'+_("There are no libraries defined.")+' '+_("Start defining libraries")+'.
', "stateSave": true, "columnDefs": [ { - "targets": [0,1,3,4,7,9,10,11,12,13,14,15,16,17], + "targets": [0,1,3,4,7,10,11,12,13,14,15,16,17], "render": function (data, type, row, meta) { if ( type == 'display' ) { if ( data != null ) { @@ -751,10 +751,10 @@ var daycount = 0; var result = ''; while ( row.library_hours[daycount] ) { - result += ''; + result += ''; result += ''; - result += ''; - result += ''; + result += ''; + result += ''; result += ''; daycount++; } --
DayOpen timeClose time
'+daynames[daycount]+''+row.open_time+''+row.close_time+''+row.library_hours[daycount].open_time+''+row.library_hours[daycount].close_time+'