2
0
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:
Frédéric FRANCE
2024-11-28 12:11:50 +01:00
committed by GitHub
parent 76d4a87666
commit 286c3d1093
15 changed files with 116 additions and 221 deletions

View File

@@ -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);