Fix: Missing translation

This commit is contained in:
Laurent Destailleur 2013-05-24 18:20:28 +02:00
parent c97d1cb15b
commit 9ecb1ddcb4
3 changed files with 4 additions and 1 deletions

View File

@ -102,13 +102,14 @@ if ($object->fetch($id))
if ($object->fournisseur)
{
print '<tr>';
print '<tr>';
print '<td class="nowrap">'.$langs->trans("SupplierCode"). '</td><td colspan="3">';
print $object->code_fournisseur;
if ($object->check_codefournisseur() <> 0) print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>';
print '</td>';
print '</tr>';
$langs->load('compta');
print '<tr>';
print '<td>';
print $form->editfieldkey("SupplierAccountancyCode",'supplieraccountancycode',$object->code_compta_fournisseur,$object,$user->rights->societe->creer);

View File

@ -13,6 +13,7 @@ CashDeskProducts=Products
CashDeskStock=Stock
CashDeskOn=on
CashDeskThirdParty=Third party
CashdeskDashboard=Point of sale access
ShoppingCart=Shopping cart
NewSell=New sell
BackOffice=Back office

View File

@ -13,6 +13,7 @@ CashDeskProducts=Produits
CashDeskStock=Stock
CashDeskOn=de
CashDeskThirdParty=Tiers
CashdeskDashboard=Accès Point de vente
ShoppingCart=Panier
NewSell=Nouvelle vente
BackOffice=Back office