Skip to content
Snippets Groups Projects
Commit 8bc68959 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

Merge modif

parent bd8271ee
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ if (! empty($conf->categorie->enabled))
$langs->load("products");
$langs->load("stocks");
$langs->load("suppliers");
$langs->load("suppliers");
$action = GETPOST('action');
$sref=GETPOST("sref");
......
......@@ -196,15 +196,15 @@ class CompanyBankAccount extends Account
{
global $langs;
if ($this->code_banque || $this->code_guichet || $this->number || $this->cle_rib)
{
$rib = $this->code_banque." ".$this->code_guichet." ".$this->number;
$rib.=($this->cle_rib?" (".$this->cle_rib.")":"");
}
else
{
$rib=$langs->trans("NoRIB");
}
if ($this->code_banque || $this->code_guichet || $this->number || $this->cle_rib)
{
$rib = $this->code_banque." ".$this->code_guichet." ".$this->number;
$rib.=($this->cle_rib?" (".$this->cle_rib.")":"");
}
else
{
$rib=$langs->trans("NoRIB");
}
return $rib;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment