Skip to content

Commit

Permalink
Fix: bug #32006 : Catégories d'adhérents
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 19, 2011
1 parent 69aee95 commit 2a96589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/categories/viewcat.php
Expand Up @@ -331,7 +331,7 @@
// 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)
Expand Down

0 comments on commit 2a96589

Please sign in to comment.