Fix: Missing lang

This commit is contained in:
Laurent Destailleur 2013-06-17 15:00:40 +02:00
parent ac16127894
commit 326387ab75

View File

@ -194,6 +194,8 @@ class CompanyBankAccount extends Account
*/
function getRibLabel()
{
global $langs;
if ($this->code_banque || $this->code_guichet || $this->number || $this->cle_rib)
{
$rib = $this->code_banque." ".$this->code_guichet." ".$this->number;