Fix: mauvaise constante
This commit is contained in:
parent
ab1102cb93
commit
b725cf874e
@ -226,7 +226,7 @@ function info()
|
|||||||
$max = $row[0];
|
$max = $row[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ($conf->global->PROPALE_NUM_DELTA != '' && !eregi('^'.$this->searchLastWithPreviousYear.'',$previousyy))
|
else if ($conf->global->FACTURE_NUM_DELTA != '' && !eregi('^'.$this->searchLastWithPreviousYear.'',$previousyy))
|
||||||
{
|
{
|
||||||
// on applique le delta une seule fois
|
// on applique le delta une seule fois
|
||||||
$max=$conf->global->FACTURE_NUM_DELTA?$conf->global->FACTURE_NUM_DELTA-1:0;
|
$max=$conf->global->FACTURE_NUM_DELTA?$conf->global->FACTURE_NUM_DELTA-1:0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user