diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 7f338c6dc06..d386132813e 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1841,14 +1841,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status)
{
$var=!$var;
$html .= '
| ';
- $html .= $langs->trans("AddToDraftProposals").' | ';
+ $html .= $langs->trans("AddToDraftProposals").' | ';
$html .= $form->selectarray("propalid", $otherprop, 0, 1);
$html .= ' |
';
}
else
{
$html .= '| ';
- $html .= $langs->trans("AddToDraftProposals").' | ';
+ $html .= $langs->trans("AddToDraftProposals").' | ';
$html .= $langs->trans("NoDraftProposals");
$html .= ' |
';
}
@@ -1867,14 +1867,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status)
{
$var=!$var;
$html .= '| ';
- $html .= $langs->trans("AddToDraftOrders").' | ';
+ $html .= $langs->trans("AddToDraftOrders").' | ';
$html .= $form->selectarray("commandeid", $othercom, 0, 1);
$html .= ' |
';
}
else
{
$html .= '| ';
- $html .= $langs->trans("AddToDraftOrders").' | ';
+ $html .= $langs->trans("AddToDraftOrders").' | ';
$html .= $langs->trans("NoDraftOrders");
$html .= ' |
';
}
@@ -1893,14 +1893,14 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status)
{
$var=!$var;
$html .= '| ';
- $html .= $langs->trans("AddToDraftInvoices").' | ';
+ $html .= $langs->trans("AddToDraftInvoices").' | ';
$html .= $form->selectarray("factureid", $otherinvoice, 0, 1);
$html .= ' |
';
}
else
{
$html .= '| ';
- $html .= $langs->trans("AddToDraftInvoices").' | ';
+ $html .= $langs->trans("AddToDraftInvoices").' | ';
$html .= $langs->trans("NoDraftInvoices");
$html .= ' |
';
}
@@ -1918,7 +1918,8 @@ if ($object->id && ($action == '' || $action == 'view') && $object->status)
dol_fiche_head('');
$html .= '| '.$langs->trans("Quantity").' ';
- $html .= ' | '.$langs->trans("ReductionShort").'(%) ';
+ $html .= ' | ';
+ $html .= ''.$langs->trans("ReductionShort").'(%) ';
$html .= '';
$html .= ' |
';