mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Clean code
This commit is contained in:
@@ -1187,8 +1187,6 @@ class Societe extends CommonObject
|
||||
*/
|
||||
public function create_individual(User $user, $no_email = 0, $tags = array(), $notrigger = 0)
|
||||
{
|
||||
global $conf;
|
||||
|
||||
$error = 0;
|
||||
|
||||
$this->db->begin();
|
||||
@@ -1260,7 +1258,7 @@ class Societe extends CommonObject
|
||||
*/
|
||||
public function verify()
|
||||
{
|
||||
global $conf, $langs, $mysoc;
|
||||
global $langs, $mysoc;
|
||||
|
||||
$error = 0;
|
||||
$this->errors = array();
|
||||
|
||||
Reference in New Issue
Block a user