Fix: the delivery date must not be set with date of proposal.

This commit is contained in:
Laurent Destailleur 2014-05-24 12:55:39 +02:00
parent f34aadef3d
commit 1df758320d

View File

@ -1407,8 +1407,7 @@ if ($action == 'create')
}
else
{
$datepropal=empty($conf->global->MAIN_AUTOFILL_DATE)?-1:'';
$form->select_date($datepropal,'liv_','','','',"addprop");
$form->select_date(-1,'liv_','','','',"addprop",1,1);
}
print '</td></tr>';