Skip to content
Snippets Groups Projects
Commit 50975b61 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Revert "Fixed typo introduced in commit ca2b3f11"

This reverts commit a90db964.
parent adc9897d
No related branches found
No related tags found
No related merge requests found
......@@ -1940,7 +1940,7 @@ class ContratLigne
// Appel des triggers
include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
$interface=new Interfaces($this->db);
$result=$interface->run_triggers('CONTRACT_MODIFY',$this,$user,$langs,$conf);
$result=$interface->run_triggers('CONTRACT_LINE_MODIFY',$this,$user,$langs,$conf);
if ($result < 0) { $error++; $this->errors=$interface->errors; }
// Fin appel triggers
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment