Fix: onglet documents produits non sélectionné
This commit is contained in:
parent
25053ff373
commit
1a2e19e406
@ -112,7 +112,7 @@ function product_prepare_head($product)
|
|||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->id;
|
$head[$h][0] = DOL_URL_ROOT.'/product/document.php?id='.$product->id;
|
||||||
$head[$h][1] = $langs->trans('Documents');
|
$head[$h][1] = $langs->trans('Documents');
|
||||||
$head[$h][2] = 'document';
|
$head[$h][2] = 'documents';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
if($product->type == 0) // Si produit stockable
|
if($product->type == 0) // Si produit stockable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user