Gestion des vides
This commit is contained in:
parent
ad76415d35
commit
f09551b007
@ -30,7 +30,7 @@ class GraphLignesCommandesWeek extends GraphBar {
|
|||||||
$this->file = $file;
|
$this->file = $file;
|
||||||
|
|
||||||
$this->client = 0;
|
$this->client = 0;
|
||||||
$this->titre = "Commandes Lignes";
|
$this->titre = "Commandes Lignes par semaine";
|
||||||
|
|
||||||
$this->barcolor = "blue";
|
$this->barcolor = "blue";
|
||||||
$this->showframe = true;
|
$this->showframe = true;
|
||||||
@ -56,18 +56,13 @@ class GraphLignesCommandesWeek extends GraphBar {
|
|||||||
if ($result)
|
if ($result)
|
||||||
{
|
{
|
||||||
$num = $this->db->num_rows();
|
$num = $this->db->num_rows();
|
||||||
|
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
$j = 0;
|
$j = 0;
|
||||||
$attente = array();
|
$datas = array();
|
||||||
$acommander = array();
|
$labels = array();
|
||||||
$commandee = array();
|
$oldyear == 0;
|
||||||
$active = array();
|
|
||||||
$last = 0;
|
|
||||||
$oldyear == 0;
|
|
||||||
|
|
||||||
|
|
||||||
while ($i < $num)
|
while ($i < $num)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user