Skip to content
Snippets Groups Projects
Commit 9c389af7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: bug #32006 : Catégories d'adhérents

parent 48dbcf54
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ if($c->type == 2)
// List of members
if ($c->type == 3)
{
require_once(DOL_DOCUMENT_ROOT."/adherents/class/Adherent.class.php");
require_once(DOL_DOCUMENT_ROOT."/adherents/class/adherent.class.php");
$prods = $c->get_type("member","Adherent");
if ($prods < 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment