mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user