mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Update product.class.php
This commit is contained in:
committed by
GitHub
parent
db2e1e09e7
commit
5654492ba8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user