2
0
forked from Wavyzz/dolibarr

Merge pull request #25819 from frederic34/setascustomer

deprecate set_as_client
This commit is contained in:
Laurent Destailleur
2023-09-08 11:23:06 +02:00
committed by GitHub
7 changed files with 22 additions and 8 deletions

View File

@@ -337,7 +337,7 @@ class SocieteTest extends PHPUnit\Framework\TestCase
$langs=$this->savlangs;
$db=$this->savdb;
$result=$localobject->set_as_client();
$result=$localobject->setAsCustomer();
print __METHOD__." id=".$localobject->id." result=".$result."\n";
$this->assertLessThan($result, 0);