forked from Wavyzz/dolibarr
Task 672 : add stock limitation on shipment + translation
This commit is contained in:
@@ -1104,7 +1104,7 @@ class Commande extends CommonOrder
|
||||
}
|
||||
|
||||
$product_type=$type;
|
||||
if ($fk_product)
|
||||
if (!empty($fk_product))
|
||||
{
|
||||
$product=new Product($this->db);
|
||||
$result=$product->fetch($fk_product);
|
||||
|
||||
Reference in New Issue
Block a user