Update member.lib.php

This commit is contained in:
ptibogxiv 2019-10-07 13:38:05 +02:00 committed by GitHub
parent ff992d996c
commit 9aa7226d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ function member_type_prepare_head(AdherentType $object)
// Multilangs
if (! empty($conf->global->MAIN_MULTILANGS))
{
$head[$h][0] = DOL_URL_ROOT."/adherents/traduction.php?rowid=".$object->id;
$head[$h][0] = DOL_URL_ROOT."/adherents/type_translation.php?rowid=".$object->id;
$head[$h][1] = $langs->trans("Translation");
$head[$h][2] = 'translation';
$h++;