Update commondocgenerator.class.php

This commit is contained in:
Philippe Grand 2019-10-11 10:13:21 +02:00 committed by GitHub
parent af88f44fd9
commit bcb7365a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -915,7 +915,7 @@ abstract class CommonDocGenerator
$countFlexCol = 0;
foreach ($this->cols as $colKey =>& $colDef)
{
if(!$this->getColumnStatus($colKey)) continue; // continue if desabled
if(!$this->getColumnStatus($colKey)) continue; // continue if disabled
if(!empty($colDef['scale'])){
// In case of column width is defined by percentage