mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 18:12:53 +01:00
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