forked from Wavyzz/dolibarr
Fix: Regression of return code
This commit is contained in:
@@ -168,7 +168,6 @@ class CommonObjectTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
$localobject=new Commande($this->savdb);
|
||||
$localobject->fetch(1);
|
||||
|
||||
$result=$localobject->fetch_projet();
|
||||
|
||||
print __METHOD__." result=".$result."\n";
|
||||
|
||||
Reference in New Issue
Block a user