From 71b266b5a815be97e8fed88cb6524349293c1544 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Jun 2019 19:20:01 +0200 Subject: [PATCH] Code comment --- htdocs/adherents/class/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index c1bb04d90fc..115d1fb8ab4 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -2403,7 +2403,7 @@ class Adherent extends CommonObject $this->country_id = 1; $this->country_code = 'FR'; $this->country = 'France'; - $this->morphy = 1; + $this->morphy = 'mor'; $this->email = 'specimen@specimen.com'; $this->skype = 'skypepseudo'; $this->twitter = 'twitterpseudo';