Skip to content

Commit

Permalink
Fix: Missing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 2, 2011
1 parent 11bf3e9 commit 4a1b8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/comm/action/class/cactioncomm.class.php
Expand Up @@ -132,6 +132,8 @@ function liste_array($active='',$idorcode='id')
if ($obj->module == 'invoice' && ! $conf->facture->enabled) $qualified=0;
if ($obj->module == 'order' && ! $conf->commande->enabled) $qualified=0;
if ($obj->module == 'propal' && ! $conf->propal->enabled) $qualified=0;
if ($obj->module == 'invoice_supplier' && ! $conf->fournisseur->enabled) $qualified=0;
if ($obj->module == 'order_supplier' && ! $conf->fournisseur->enabled) $qualified=0;
}
if ($qualified)
{
Expand Down

0 comments on commit 4a1b8d2

Please sign in to comment.