Fix object not defined
This commit is contained in:
parent
9eee61e6b7
commit
a0458be943
@ -962,7 +962,7 @@ class FactureRec extends CommonInvoice
|
|||||||
if ($this->db->query($sql))
|
if ($this->db->query($sql))
|
||||||
{
|
{
|
||||||
$this->date_when = $date;
|
$this->date_when = $date;
|
||||||
if ($increment_nb_gen_done>0) $_facrec->nb_gen_done++;
|
if ($increment_nb_gen_done>0) $this->nb_gen_done++;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user