00:08:29 NEKLS Zoom 3 / George Williams: I just finished a Caesar Salad with an apple and a bottle of cranberry juice.
00:09:55 Jason - SEKLS: numReturnedItemsToShow
00:12:52 NEKLS Zoom 3 / George Williams: Add a row count to check-in table
00:13:02 NEKLS Zoom 3 / George Williams: //Home > Circulation > Check in (/cgi-bin/koha/circ/returns.pl)
//BEGIN add row count to table
$('#checkedintable tr:first').prepend('<th>Checkin row count</th>');
$('#checkedintable tr:gt(0)').prepend('<td></td>');
$('#checkedintable tbody tr').each(function(idx) {
$(this).children().first().html(idx + 1);
});
00:14:56 Jason - SEKLS: Google analytics: https://pastebin.com/nSkFdWxx
00:16:29 NEKLS Zoom 3 / George Williams: https://koha-community.org/manual/23....
00:18:16 Barbara Johnson - Bedford: https://bedfordtx.bywatersolutions.co...
00:31:34 Jason - SEKLS: https://docs.google.com/document/d/e/...
00:35:40 Jason - SEKLS: https://bugs.koha-community.org/bugzi...
00:37:41 Barbara Johnson - Bedford: https://bugs.koha-community.org/bugzi...