Bugfix
This commit is contained in:
parent
ce7012e805
commit
5f78f1f657
@ -36,6 +36,8 @@ if ($user->responsable_distributeur_id > 0)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$year = strftime("%Y",time());
|
||||||
|
|
||||||
llxHeader('','Telephonie - Distributeur - Commercial');
|
llxHeader('','Telephonie - Distributeur - Commercial');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -75,7 +77,7 @@ if ($_GET["id"] && $_GET["did"])
|
|||||||
|
|
||||||
print '<tr><td width="50%" valign="top">';
|
print '<tr><td width="50%" valign="top">';
|
||||||
|
|
||||||
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=commercials/'.$commercial->id.'/ca.mensuel.png" alt="CA" title="CA"><br /><br />'."\n";
|
print '<img src="'.DOL_URL_ROOT.'/viewimage.php?modulepart=telephoniegraph&file=commercials/'.$commercial->id.'/ca.mensuel.'.$year.'png" alt="CA" title="CA"><br /><br />'."\n";
|
||||||
|
|
||||||
print '</td><td width="50%" valign="top"><br />';
|
print '</td><td width="50%" valign="top"><br />';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user