Update adherent_type.class.php
This commit is contained in:
parent
6190e7813e
commit
65bb7d9031
@ -417,7 +417,7 @@ class AdherentType extends CommonObject
|
|||||||
* @param string $morphy Nature of the adherent (physical or moral)
|
* @param string $morphy Nature of the adherent (physical or moral)
|
||||||
* @return string Label
|
* @return string Label
|
||||||
*/
|
*/
|
||||||
function getmorphylib($morphy='')
|
public function getmorphylib($morphy = '')
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
if ($morphy == 'phy') { return $langs->trans("Physical"); }
|
if ($morphy == 'phy') { return $langs->trans("Physical"); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user