FIX missing reception link in stock movement list.
This commit is contained in:
parent
6937ab75fa
commit
abbe340723
@ -981,6 +981,10 @@ class MouvementStock extends CommonObject
|
|||||||
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
|
||||||
$origin = new User($this->db);
|
$origin = new User($this->db);
|
||||||
break;
|
break;
|
||||||
|
case 'reception':
|
||||||
|
require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
|
||||||
|
$origin = new Reception($this->db);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if ($origintype)
|
if ($origintype)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user