add inventory link into mvt stock list

This commit is contained in:
Florian HENRY 2021-05-20 12:30:02 +02:00
parent a3c28edfbb
commit 1e6f3d0624

View File

@ -962,6 +962,10 @@ class MouvementStock extends CommonObject
require_once DOL_DOCUMENT_ROOT.'/reception/class/reception.class.php';
$origin = new Reception($this->db);
break;
case 'inventory':
require_once DOL_DOCUMENT_ROOT.'/product/inventory/class/inventory.class.php';
$origin = new Inventory($this->db);
break;
default:
if ($origintype) {