Fix: the delivery date must not be set with date of proposal.
This commit is contained in:
parent
f34aadef3d
commit
1df758320d
@ -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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user