Qual: Removed code that must be stored into external modules

This commit is contained in:
Laurent Destailleur
2011-11-05 12:34:54 +01:00
parent 97573659c2
commit fd9e0d8643
9 changed files with 0 additions and 43 deletions

View File

@@ -418,8 +418,6 @@ class Commande extends CommonObject
$resql = $this->db->query($sql);
if ($resql)
{
$this->use_webcal=($conf->global->PHPWEBCALENDAR_BILLSTATUS=='always'?1:0);
// Appel des triggers
include_once(DOL_DOCUMENT_ROOT . "/core/class/interfaces.class.php");
$interface=new Interfaces($this->db);