Change some code for the CSV reports.
(cherry picked from commit bc5b4dcfe3
)
This commit is contained in:
parent
e7577e0d1d
commit
9335e42e7d
|
@ -490,6 +490,7 @@ switch ($action) {
|
|||
$table->size[4] = '2%';
|
||||
$table->size[5] = '2%';
|
||||
$table->size[6] = '2%';
|
||||
$table->size['csv'] = '5%';
|
||||
|
||||
$next = 4;
|
||||
//Calculate dinamically the number of the column
|
||||
|
|
Loading…
Reference in New Issue