Skip to content

Commit

Permalink
Fix: Bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 6, 2012
1 parent 2141a33 commit 0ec9793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/index.php
Expand Up @@ -145,7 +145,7 @@
! empty($conf->propal->enabled) && $user->rights->propale->lire,
! empty($conf->commande->enabled) && $user->rights->commande->lire,
! empty($conf->facture->enabled) && $user->rights->facture->lire,
! empty($conf->societe->enabled) && $user->rights->contrat->activer);
! empty($conf->contrat->enabled) && $user->rights->contrat->activer);
// Class file containing the method load_state_board for each line
$includes=array(DOL_DOCUMENT_ROOT."/societe/class/client.class.php",
DOL_DOCUMENT_ROOT."/comm/prospect/class/prospect.class.php",
Expand Down

0 comments on commit 0ec9793

Please sign in to comment.