diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php
index aef0dd3943f..38a498150e6 100644
--- a/htdocs/comm/addpropal.php
+++ b/htdocs/comm/addpropal.php
@@ -116,7 +116,7 @@ if ($_GET["action"] == 'create')
print '
| '.$langs->trans("ValidityDuration").' | '.$langs->trans("days").' |
';
// Conditions de réglement
- print '| '.$langs->trans('PaymentConditions').' | ';
+ print ' |
| '.$langs->trans('PaymentConditionsShort').' | ';
$html->select_conditions_paiements($soc->cond_reglement,'cond_reglement_id');
print ' |
';
diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 48e9bb5f6fe..ec463c650a9 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -691,7 +691,7 @@ if ($_GET['propalid'] > 0)
// Conditions et modes de réglement
print '| ';
print '';
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 16ba0e314c2..3aae05bc120 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -544,7 +544,7 @@ if ($_GET['action'] == 'create' && $user->rights->commande->creer)
// Conditions de réglement
- print ' |
| '.$langs->trans('PaymentConditions').' | ';
+ print ' |
| '.$langs->trans('PaymentConditionsShort').' | ';
$html->select_conditions_paiements($soc->cond_reglement,'cond_reglement_id',-1,1);
print ' |
';
@@ -907,7 +907,7 @@ else
// Conditions et modes de réglement
print '';
print '| ';
- print $langs->trans('PaymentConditions');
+ print $langs->trans('PaymentConditionsShort');
print ' | ';
if ($_GET['action'] != 'editconditions' && $commande->brouillon) print 'id.'">'.img_edit($langs->trans('SetConditions'),1).' | ';
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 66146079eb5..8fa455142f4 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -744,7 +744,7 @@ if ($_GET['action'] == 'create')
print ' ';
// Conditions de réglement
- print '| '.$langs->trans('PaymentConditions').' | ';
+ print ' | | '.$langs->trans('PaymentConditionsShort').' | ';
$html->select_conditions_paiements($cond_reglement_id,'cond_reglement_id');
print ' | ';
@@ -1389,7 +1389,7 @@ else
// Conditions de réglement
print '';
print '| ';
- print $langs->trans('PaymentConditions');
+ print $langs->trans('PaymentConditionsShort');
print ' | ';
if ($_GET['action'] != 'editconditions' && $fac->brouillon && $user->rights->facture->creer) print 'id.'">'.img_edit($langs->trans('SetConditions'),1).' | ';
print ' ';
diff --git a/htdocs/langs/en_US/bills.lang b/htdocs/langs/en_US/bills.lang
index 1f67d4be390..7fcb0566853 100644
--- a/htdocs/langs/en_US/bills.lang
+++ b/htdocs/langs/en_US/bills.lang
@@ -155,7 +155,7 @@ ExtraInfos=Informations compl
RegulatedOn=Réglé le
ChequeNumber=Chèque N°
ChequeOrTransferNumber=Chèque/Virement N°
-PaymentConditions=Conditions de réglement
+PaymentConditions=Payment conditions
WithDiscountTotalHT=Total HT aprés remise
PhoneNumber=Tél
FullPhoneNumber=Téléphone
|
|