Update product.class.php

This commit is contained in:
Laurent Destailleur
2018-10-14 16:45:45 +02:00
committed by GitHub
parent db2e1e09e7
commit 5654492ba8

View File

@@ -4085,7 +4085,7 @@ class Product extends CommonObject
function load_virtual_stock()
{
// phpcs:enable
global $conf, $action;
global $conf, $hookmanager, $action;
$stock_commande_client=0;
$stock_commande_fournisseur=0;