[ bug #914 ] It is not possible to validate a supplier invoice
This commit is contained in:
parent
5090cfee54
commit
0c62942f03
@ -1344,7 +1344,8 @@ else
|
||||
if (! empty($conf->global->FAC_FORCE_DATE_VALIDATION))
|
||||
{
|
||||
$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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user