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) if ($object->fournisseur)
{ {
print '<tr>'; print '<tr>';
print '<td class="nowrap">'.$langs->trans("SupplierCode"). '</td><td colspan="3">'; print '<td class="nowrap">'.$langs->trans("SupplierCode"). '</td><td colspan="3">';
print $object->code_fournisseur; print $object->code_fournisseur;
if ($object->check_codefournisseur() <> 0) print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>'; if ($object->check_codefournisseur() <> 0) print ' <font class="error">('.$langs->trans("WrongSupplierCode").')</font>';
print '</td>'; print '</td>';
print '</tr>'; print '</tr>';
$langs->load('compta');
print '<tr>'; print '<tr>';
print '<td>'; print '<td>';
print $form->editfieldkey("SupplierAccountancyCode",'supplieraccountancycode',$object->code_compta_fournisseur,$object,$user->rights->societe->creer); print $form->editfieldkey("SupplierAccountancyCode",'supplieraccountancycode',$object->code_compta_fournisseur,$object,$user->rights->societe->creer);

View File

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

View File

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