Ajout graph sur la valeur du stock
This commit is contained in:
parent
b1e104935b
commit
0d41f0503d
@ -112,6 +112,11 @@ if ($result)
|
|||||||
}
|
}
|
||||||
$db->free($result);
|
$db->free($result);
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
|
print '<br />';
|
||||||
|
$url=DOL_URL_ROOT.'/viewimage.php?modulepart=graph_stock&file=entrepot.png';
|
||||||
|
|
||||||
|
print '<img src="'.$url.'">';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user