2
0
forked from Wavyzz/dolibarr

Workflow is empty by default but can be modified with module workflow

This commit is contained in:
Laurent Destailleur
2011-03-01 09:46:34 +00:00
parent f5b43e0d08
commit f5a2db4f12
4 changed files with 15 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class InterfaceWorkflowManager
$this->name = preg_replace('/^Interface/i','',get_class($this));
$this->family = "core";
$this->description = "Triggers of this module allows to manage workflows";
$this->version = 'experimental'; // 'development', 'experimental', 'dolibarr' or version
$this->version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' or version
}