2
0
forked from Wavyzz/dolibarr

Export with the new lib

This commit is contained in:
Laurent Destailleur
2020-01-15 22:57:47 +01:00
parent 2e70739fe0
commit 023da33297

View File

@@ -246,7 +246,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
$expectedresult=1;
$this->assertEquals($expectedresult, $result);
$model='excel';
$model='excel2007new';
// Build export file
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);