mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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';
|
||||
$origin = new User($this->db);
|
||||
break;
|
||||
case 'reception':
|
||||
require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
|
||||
$origin = new Reception($this->db);
|
||||
break;
|
||||
|
||||
default:
|
||||
if ($origintype)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user