Add town and country as an optionnal column in Partnership list (#31057)

* add town country partnership list

* Update partnership_list.php

* Update partnership_list.php
This commit is contained in:
Mohamed DAOUD
2024-09-20 18:12:32 +02:00
committed by GitHub
parent 9ecfe2609b
commit 6ce09ce68d
2 changed files with 57 additions and 10 deletions

View File

@@ -12899,7 +12899,7 @@ function getElementProperties($elementType)
$classfile = 'mailing';
$classname = 'Mailing';
$subelement = '';
} elseif ($elementType == 'member') {
} elseif ($elementType == 'member' || $elementType == 'adherent') {
$classpath = 'adherents/class';
$module = 'adherent';
$subelement = 'adherent';