Fix: Bad order
This commit is contained in:
parent
94b3ad8be1
commit
818d21e359
@ -1040,9 +1040,7 @@ if ($rowid && $action != 'edit')
|
|||||||
// Confirm create third party
|
// Confirm create third party
|
||||||
if ($_GET["action"] == 'create_thirdparty')
|
if ($_GET["action"] == 'create_thirdparty')
|
||||||
{
|
{
|
||||||
$name =$adh->nom;
|
$name = $adh->getFullName($langs);
|
||||||
if ($adh->nom && $adh->prenom) $name.=' ';
|
|
||||||
$name.=$adh->prenom;
|
|
||||||
if (! empty($name))
|
if (! empty($name))
|
||||||
{
|
{
|
||||||
if ($adh->societe) $name.=' ('.$adh->societe.')';
|
if ($adh->societe) $name.=' ('.$adh->societe.')';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user