Fix: Missing translation
This commit is contained in:
parent
c97d1cb15b
commit
9ecb1ddcb4
@ -109,6 +109,7 @@ if ($object->fetch($id))
|
||||
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);
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user