[ bug #914 ] It is not possible to validate a supplier invoice
This commit is contained in:
parent
4c3dcec7b8
commit
05aa11fce0
@ -1344,7 +1344,8 @@ else
|
|||||||
if (! empty($conf->global->FAC_FORCE_DATE_VALIDATION))
|
if (! empty($conf->global->FAC_FORCE_DATE_VALIDATION))
|
||||||
{
|
{
|
||||||
$object->date=dol_now();
|
$object->date=dol_now();
|
||||||
$object->date_lim_reglement=$object->calculate_date_lim_reglement();
|
//TODO: Possibly will have to control payment information into suppliers
|
||||||
|
//$object->date_lim_reglement=$object->calculate_date_lim_reglement();
|
||||||
}
|
}
|
||||||
$numref = $object->getNextNumRef($soc);
|
$numref = $object->getNextNumRef($soc);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user