diff --git a/htdocs/langs/en_US/suppliers.lang b/htdocs/langs/en_US/suppliers.lang index 51562b8bb7a..03b03c75269 100644 --- a/htdocs/langs/en_US/suppliers.lang +++ b/htdocs/langs/en_US/suppliers.lang @@ -38,6 +38,7 @@ MenuOrdersSupplierToBill=Purchase orders to invoice NbDaysToDelivery=Delivery delay (days) DescNbDaysToDelivery=The longest delivery delay of the products from this order SupplierReputation=Vendor reputation +ReferenceReputation=Reference reputation DoNotOrderThisProductToThisSupplier=Do not order NotTheGoodQualitySupplier=Low quality ReputationForThisProduct=Reputation diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index 9140de09513..3e43937e697 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -623,12 +623,8 @@ if ($id > 0 || $ref) $currencycodetouse = GETPOST('multicurrency_code') ?GETPOST('multicurrency_code') : (isset($object->fourn_multicurrency_code) ? $object->fourn_multicurrency_code : ''); if (empty($currencycodetouse) && $object->fourn_multicurrency_tx == 1) $currencycodetouse = $conf->currency; print $form->selectMultiCurrency($currencycodetouse, "multicurrency_code", 1); - print ''; - print ''; - - // Currency tx - print ''.$langs->trans("CurrencyRate").''; - print ''; + print '   '.$langs->trans("CurrencyRate").' '; + print ''; print ''; print ''; @@ -725,7 +721,7 @@ SCRIPT; print ''; // Reputation - print ''.$langs->trans("SupplierReputation").''; + print ''.$langs->trans("ReferenceReputation").''; echo $form->selectarray('supplier_reputation', $object->reputations, $supplier_reputation ? $supplier_reputation : $object->supplier_reputation); print '';