Merge pull request #16747 from frederic34/patch-9

fix unknown var
This commit is contained in:
Laurent Destailleur 2021-03-17 16:58:59 +01:00 committed by GitHub
commit 7c0b22fd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ if (!$mesg) {
}
$head = member_stats_prepare_head($adh);
$head = member_stats_prepare_head($memberstatic);
print dol_get_fiche_head($head, 'statssubscription', '', -1, '');