This commit is contained in:
Rodolphe Quiedeville 2006-01-11 10:27:06 +00:00
parent 087a28a2ae
commit 5cbd5f5457

View File

@ -46,6 +46,10 @@ if (strftime("%m",time()) == 1)
{ {
$year = $year -1; $year = $year -1;
} }
if ($_GET["year"] > 0)
{
$year = $_GET["year"];
}
$total = 0; $total = 0;
$var = True; $var = True;
dolibarr_fiche_head($head, $hselected, "Distributeurs"); dolibarr_fiche_head($head, $hselected, "Distributeurs");