mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
Bugfix
This commit is contained in:
@@ -36,6 +36,8 @@ if ($user->responsable_distributeur_id > 0)
|
||||
}
|
||||
}
|
||||
|
||||
$year = strftime("%Y",time());
|
||||
|
||||
llxHeader('','Telephonie - Distributeur - Commercial');
|
||||
|
||||
/*
|
||||
@@ -75,7 +77,7 @@ if ($_GET["id"] && $_GET["did"])
|
||||
|
||||
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 />';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user