Release note v15.2
------------------ ### Features * Overtime Reports * Overtime calculation for california ### Fixes * Fix issue: uncaught error when placeholder value is empty * Log email sending success status * Fix broken longer company name issue * Make the application accessible when client on an intranet with no internet connection * Fix issue: when a module is disabled other modules depend on it stops working
This commit is contained in:
@@ -105,6 +105,8 @@
|
||||
});
|
||||
var clientUrl = '<?=CLIENT_BASE_URL?>';
|
||||
|
||||
var modulesInstalled = <?=json_encode(BaseService::getInstance()->getModuleManagerNames())?>;
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
$(".dataTables_paginate ul").addClass("pagination");
|
||||
|
||||
Reference in New Issue
Block a user