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

@ -109,6 +109,7 @@ if ($object->fetch($id))
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