Merge branch 'ent-4519-iconos-no-alineados-en-reporting-builder' into 'develop'

fixed error

See merge request artica/pandorafms!2665
This commit is contained in:
Daniel Rodriguez 2019-08-30 14:12:42 +02:00
commit ab5ad9a459
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ if ($items) {
$table->size[0] = '5px'; $table->size[0] = '5px';
$table->size[1] = '15%'; $table->size[1] = '15%';
$table->size[4] = '8%'; $table->size[4] = '8%';
$table->size[6] = '90px'; $table->size[6] = '120px';
$table->size[7] = '30px'; $table->size[7] = '30px';
$table->head[0] = '<span title="'.__('Position').'">'.__('P.').'</span>'; $table->head[0] = '<span title="'.__('Position').'">'.__('P.').'</span>';