mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Fix: regression
This commit is contained in:
@@ -42,15 +42,5 @@ class Workflow
|
||||
$this->db = $DB ;
|
||||
}
|
||||
|
||||
/**
|
||||
* \brief Fonction appelee lors du declenchement d'un evenement Dolibarr.
|
||||
* Cette fonction declenche la gestion du workflow.
|
||||
* TODO under construction
|
||||
*/
|
||||
function call_workflow($action,$object,$user,$langs,$conf)
|
||||
{
|
||||
$this->run_triggers($action,$object,$user,$langs,$conf);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user