Update adherent.php

-> $help_url   add   'DE:Modul_Mitglieder'
This commit is contained in:
UT from dolibit 2021-03-15 15:46:43 +01:00 committed by GitHub
parent 2eaf794b17
commit 2040596b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ if ($action == 'unset') {
$form = new Form($db);
$help_url = 'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros';
$help_url = 'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros|DE:Modul_Mitglieder';
llxHeader('', $langs->trans("MembersSetup"), $help_url);