mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Removed deprecated usage of commande_pdf_create
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user