Cosmetic #0002080 : NOT-FOUND

This commit is contained in:
sparkyx 2021-10-14 18:16:14 +02:00
parent 0bdd1e4164
commit 14e3c50eb3

View file

@ -1726,7 +1726,7 @@ class Fiche
function get_gestion_title()
{
$r = "<h2 id=\"gestion_title\">" . h($this->getName()) . " " . h($this->strAttribut(ATTR_DEF_FIRST_NAME)) . '[' . $this->get_quick_code() . ']</h2>';
$r = "<h2 id=\"gestion_title\">" . h($this->getName()) . " " . h($this->strAttribut(ATTR_DEF_FIRST_NAME,0)) . '[' . $this->get_quick_code() . ']</h2>';
return $r;
}
function get_all_account()