avoid icon overlap report view lsit

This commit is contained in:
fbsanchez 2019-05-29 16:52:38 +02:00
parent 53f6649a57
commit 8c0bfd72a8
1 changed files with 3 additions and 0 deletions

View File

@ -787,6 +787,9 @@ switch ($action) {
$table->headstyle['csv'] = 'min-width: 65px;';
$table->style[7] = 'text-align: center;';
$table->headstyle[9] = 'min-width: 100px;';
$table->style[9] = 'text-align: center;';
$next = 4;
// Calculate dinamically the number of the column.
if (enterprise_hook('load_custom_reporting_1') !== ENTERPRISE_NOT_HOOK) {