Removed deprecated usage of commande_pdf_create

This commit is contained in:
Marcos García de La Fuente
2014-09-16 20:35:31 +02:00
parent e71dc6bc32
commit c195c6fd10
3 changed files with 18 additions and 15 deletions

View File

@@ -274,7 +274,7 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
// Einstein
$localobject->modelpdf='einstein';
$result=commande_pdf_create($db, $localobject, $localobject->modelpdf, $langs);
$result = $localobject->generateDocument($localobject->modelpdf, $langs);
$this->assertLessThan($result, 0);
print __METHOD__." result=".$result."\n";