diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 8b655eba682..69c59aa418f 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -1379,7 +1379,7 @@ if ($id > 0 || ! empty($ref))
// Remise %
if ($objp->remise_percent > 0 && $objp->special_code != 3)
{
- print '
'.dol_print_reduction($objp->remise_percent)." | \n";
+ print ''.dol_print_reduction($objp->remise_percent,$langs)." | \n";
}
else
{
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index f837a5a8264..3cf71c2fedc 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1137,7 +1137,7 @@ else
/* */
/* *************************************************************************** */
$now=gmmktime();
-
+
$id = $_GET['id'];
$ref= $_GET['ref'];
if ($id > 0 || ! empty($ref))
@@ -1559,7 +1559,7 @@ else
print '';
if ($objp->remise_percent > 0)
{
- print ''.dol_print_reduction($objp->remise_percent).' | ';
+ print ''.dol_print_reduction($objp->remise_percent,$langs).' | ';
}
else
{
@@ -2053,7 +2053,7 @@ else
include_once(DOL_DOCUMENT_ROOT.'/html.formactions.class.php');
$formactions=new FormActions($db);
$somethingshown=$formactions->showactions($commande,'order',$socid);
-
+
print '';
}
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index f1a298f8e02..330d1d20242 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -2640,7 +2640,7 @@ else
print '';
if ($objp->remise_percent > 0)
{
- print ''.dol_print_reduction($objp->remise_percent)." | \n";
+ print ''.dol_print_reduction($objp->remise_percent,$langs)." | \n";
}
else
{
diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php
index 1724bfaab2f..8187d4bb6a2 100644
--- a/htdocs/fourn/commande/fiche.php
+++ b/htdocs/fourn/commande/fiche.php
@@ -564,7 +564,7 @@ if ($id > 0)
$langs->trans("MakeOrder"),$langs->trans("ConfirmMakeOrder",dolibarr_print_date($date_com,'day')),"confirm_commande");
print '
';
}
-
+
/*
* Confirmation de la suppression d'une ligne produit
*/
@@ -724,7 +724,7 @@ if ($id > 0)
print ''.$commandline->qty.' | ';
if ($commandline->remise_percent > 0)
{
- print ''.dol_print_reduction($commandline->remise_percent)." | \n";
+ print ''.dol_print_reduction($commandline->remise_percent,$langs)." | \n";
}
else
{
@@ -864,7 +864,7 @@ if ($id > 0)
print ''.$langs->trans('ReductionShort').' | ';
print ' | ';
print '';
-
+
print '