Update product.class.php

This commit is contained in:
BENKE Charlene 2018-05-06 22:12:43 +02:00 committed by GitHub
parent 70c9ed960d
commit 8ed3b3e49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3925,7 +3925,7 @@ class Product extends CommonObject
*/ */
function load_virtual_stock() function load_virtual_stock()
{ {
global $conf, $user, $langs; global $conf, $action;
$stock_commande_client=0; $stock_commande_client=0;
$stock_commande_fournisseur=0; $stock_commande_fournisseur=0;