forked from Wavyzz/dolibarr
fix sql ticket list (#32080)
* fix sql ticket list * fix sql ticket list * fix phpstan * fix * fix
This commit is contained in:
@@ -947,6 +947,7 @@ class Commande extends CommonOrder
|
||||
$this->fk_multicurrency = 0;
|
||||
$this->multicurrency_tx = 1;
|
||||
}
|
||||
// setEntity will set entity with the right value if empty or change it for the right value if multicompany module is active
|
||||
$this->entity = setEntity($this);
|
||||
|
||||
dol_syslog(get_class($this)."::create user=".$user->id);
|
||||
|
||||
Reference in New Issue
Block a user