forked from Wavyzz/dolibarr
Fix: bug #32006 : Catégories d'adhérents
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user