Update commondocgenerator.class.php
This commit is contained in:
parent
af88f44fd9
commit
bcb7365a5a
@ -915,7 +915,7 @@ abstract class CommonDocGenerator
|
|||||||
$countFlexCol = 0;
|
$countFlexCol = 0;
|
||||||
foreach ($this->cols as $colKey =>& $colDef)
|
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'])){
|
if(!empty($colDef['scale'])){
|
||||||
// In case of column width is defined by percentage
|
// In case of column width is defined by percentage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user