Skip to content

Commit

Permalink
Fix: By default workflow is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 23, 2011
1 parent 03c82f3 commit 598e87a
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 ($conf->commande->enabled)
if (! empty($conf->commande->enabled) && ! empty($conf->PROPALE_AUTOCREATE_ORDER))
{
// Signed proposal
if ($object->statut == 2)
Expand Down

0 comments on commit 598e87a

Please sign in to comment.