deprecate set_as_client

This commit is contained in:
Frédéric FRANCE
2023-09-06 13:58:08 +02:00
parent 4ae9cea409
commit 26dff90658
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);