Fix: bug #32006 : Catégories d'adhérents
This commit is contained in:
parent
69aee95b21
commit
2a96589009
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user