Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 27, 2011
1 parent 715c88b commit 637aa69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ function _createOrderFromPropal($action,$object,$user,$langs,$conf)
{
$error=0;

if (! empty($conf->commande->enabled) && ! empty($conf->WORKFLOW_PROPAL_AUTOCREATE_ORDER))
if (! empty($conf->commande->enabled) && ! empty($conf->global->WORKFLOW_PROPAL_AUTOCREATE_ORDER))
{
// Signed proposal
if ($object->statut == 2)
Expand Down

0 comments on commit 637aa69

Please sign in to comment.