[ bug #914 ] It is not possible to validate a supplier invoice

This commit is contained in:
simnandez 2013-05-28 09:28:31 +02:00
parent 5090cfee54
commit 0c62942f03

View File

@ -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);
}