Merge modif
This commit is contained in:
parent
bd8271ee24
commit
8bc68959e1
@ -36,7 +36,7 @@ if (! empty($conf->categorie->enabled))
|
|||||||
|
|
||||||
$langs->load("products");
|
$langs->load("products");
|
||||||
$langs->load("stocks");
|
$langs->load("stocks");
|
||||||
$langs->load("suppliers");
|
$langs->load("suppliers");
|
||||||
|
|
||||||
$action = GETPOST('action');
|
$action = GETPOST('action');
|
||||||
$sref=GETPOST("sref");
|
$sref=GETPOST("sref");
|
||||||
|
|||||||
@ -196,15 +196,15 @@ class CompanyBankAccount extends Account
|
|||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
if ($this->code_banque || $this->code_guichet || $this->number || $this->cle_rib)
|
if ($this->code_banque || $this->code_guichet || $this->number || $this->cle_rib)
|
||||||
{
|
{
|
||||||
$rib = $this->code_banque." ".$this->code_guichet." ".$this->number;
|
$rib = $this->code_banque." ".$this->code_guichet." ".$this->number;
|
||||||
$rib.=($this->cle_rib?" (".$this->cle_rib.")":"");
|
$rib.=($this->cle_rib?" (".$this->cle_rib.")":"");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$rib=$langs->trans("NoRIB");
|
$rib=$langs->trans("NoRIB");
|
||||||
}
|
}
|
||||||
|
|
||||||
return $rib;
|
return $rib;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user