Fix: bug #32006 : Catégories d'adhérents
This commit is contained in:
parent
48dbcf5425
commit
9c389af746
@ -331,7 +331,7 @@ if($c->type == 2)
|
|||||||
// List of members
|
// List of members
|
||||||
if ($c->type == 3)
|
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");
|
$prods = $c->get_type("member","Adherent");
|
||||||
if ($prods < 0)
|
if ($prods < 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user