Fix: Missing translation
This commit is contained in:
parent
c97d1cb15b
commit
9ecb1ddcb4
@ -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);
|
||||
|
||||
@ -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