diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php
index 1bd6f22e647..2f091b64507 100644
--- a/htdocs/comm/addpropal.php
+++ b/htdocs/comm/addpropal.php
@@ -24,7 +24,7 @@
* \file htdocs/comm/addpropal.php
* \ingroup propal
* \brief Page to add a new commercial proposal
- * \version $Id$
+ * \version $Id: addpropal.php,v 1.130 2011/07/17 19:08:33 eldy Exp $
*/
require("../main.inc.php");
@@ -121,12 +121,12 @@ if ($_GET["action"] == 'create')
// Ref
print '
| '.$langs->trans("Ref").' | |
';
- // Reference client
+ // Ref customer
print '| '.$langs->trans('RefCustomer').' | ';
print ' | ';
print '
';
- // Societe
+ // Third party
print '| '.$langs->trans('Company').' | '.$soc->getNomUrl(1);
print '';
print ' | ';
@@ -153,10 +153,11 @@ if ($_GET["action"] == 'create')
$html->select_date('','','','','',"addprop");
print '
';
+ // Validaty duration
print '| '.$langs->trans("ValidityDuration").' | '.$langs->trans("days").' |
';
// Terms of payment
- print '| '.$langs->trans('PaymentConditionsShort').' | ';
+ print ' |
| '.$langs->trans('PaymentConditionsShort').' | ';
$html->select_conditions_paiements($soc->cond_reglement,'cond_reglement_id');
print ' |
';
@@ -170,9 +171,9 @@ if ($_GET["action"] == 'create')
$html->select_demand_reason($propal->demand_reason,'demand_reason_id',"SRC_PROP",1);
print '';
- // delai de livraison
+ // Delivery delay
print '| '.$langs->trans('AvailabilityPeriod').' | ';
- $html->select_availability($propal->availability,'availability_id');
+ $html->select_availability($propal->availability,'availability_id','',1);
print ' |
';
// Delivery date (or manufacturing)
@@ -338,5 +339,5 @@ if ($_GET["action"] == 'create')
$db->close();
-llxFooter('$Date$ - $Revision$');
+llxFooter('$Date: 2011/07/17 19:08:33 $ - $Revision: 1.130 $');
?>