Merge remote-tracking branch 'origin/3.7' into 3.8

This commit is contained in:
Laurent Destailleur 2016-03-04 14:51:59 +01:00
commit 9ffaf9b218

View File

@ -1655,12 +1655,6 @@ else
if ($objectref == 'PROV')
{
$savdate=$object->date;
if (! empty($conf->global->FAC_FORCE_DATE_VALIDATION))
{
$object->date=dol_now();
//TODO: Possibly will have to control payment information into suppliers
//$object->date_lim_reglement=$object->calculate_date_lim_reglement();
}
$numref = $object->getNextNumRef($societe);
}
else