From cbd38500c818bd944bf3b314602e790ea599dcfc Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 9 Feb 2024 15:45:28 +0000 Subject: [PATCH] Bug 6796: Fix display of libraries table Sponsored-by: PTFS Europe Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 1dc5be25ea6..7da93b93234 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/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++; } -- 2.43.0
DayOpen timeClose time
'+daynames[daycount]+''+row.open_time+''+row.close_time+''+row.library_hours[daycount].open_time+''+row.library_hours[daycount].close_time+'