Update societe.class.php

This commit is contained in:
Frédéric FRANCE 2019-08-07 13:49:14 +02:00 committed by GitHub
parent 22575bb6e7
commit 372eddf0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2167,6 +2167,8 @@ class Societe extends CommonObject
{
$label.= '<br><b>' . $langs->trans('Name') . ':</b> '. $this->name;
if (! empty($this->name_alias)) $label.=' ('.$this->name_alias.')';
}
if (! empty($this->email)) {
$label.= '<br><b>' . $langs->trans('Email') . ':</b> '. $this->email;
}
if (! empty($this->country_code))