Ajout graph sur la valeur du stock

This commit is contained in:
Rodolphe Quiedeville 2006-12-06 09:18:07 +00:00
parent b1e104935b
commit 0d41f0503d

View File

@ -112,6 +112,11 @@ if ($result)
}
$db->free($result);
print "</table>";
print '<br />';
$url=DOL_URL_ROOT.'/viewimage.php?modulepart=graph_stock&file=entrepot.png';
print '<img src="'.$url.'">';
}
else
{