From 1df758320de0fc201f358d3ab955be820f10ddd3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 May 2014 12:55:39 +0200 Subject: [PATCH] Fix: the delivery date must not be set with date of proposal. --- htdocs/comm/propal.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 5463bf7a69d..513e7cb5032 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -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 '';