diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php index aef4f452416..f65036d50f6 100644 --- a/htdocs/comm/addpropal.php +++ b/htdocs/comm/addpropal.php @@ -3,6 +3,7 @@ * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2010 Regis Houssin * Copyright (C) 2006 Andre Cianfarani + * Copyright (C) 2011 Philippe Grand * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -116,7 +117,7 @@ if ($_GET["action"] == 'create') print ''.$langs->trans("Ref").''; // Reference client - print ''.$langs->trans('RefCustomer').''; + print ''.$langs->trans('RefCustomer').''; print ''; print ''; @@ -161,6 +162,11 @@ if ($_GET["action"] == 'create') $html->select_types_paiements($soc->mode_reglement,'mode_reglement_id'); print ''; + // delai de livraison + print ''.$langs->trans('AvailabilityPeriod').''; + $html->select_Availability($soc->Availability,'Availability_id'); + print ''; + // Delivery date (or manufacturing) print ''.$langs->trans("DeliveryDate").''; print '';