forked from Wavyzz/dolibarr
Export with the new lib
This commit is contained in:
@@ -246,7 +246,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
|||||||
$expectedresult=1;
|
$expectedresult=1;
|
||||||
$this->assertEquals($expectedresult, $result);
|
$this->assertEquals($expectedresult, $result);
|
||||||
|
|
||||||
$model='excel';
|
$model='excel2007new';
|
||||||
|
|
||||||
// Build export file
|
// Build export file
|
||||||
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
||||||
|
|||||||
Reference in New Issue
Block a user