update code
This commit is contained in:
parent
8d73d2ecd5
commit
50e96a6356
@ -1364,7 +1364,7 @@ class Propal extends CommonObject
|
||||
$object->mode_reglement_id = (!empty($objsoc->mode_reglement_id) ? $objsoc->mode_reglement_id : 0);
|
||||
$object->fk_delivery_address = '';
|
||||
|
||||
/*if (!empty($conf->project->enabled))
|
||||
/*if (isModEnabled('project'))
|
||||
{
|
||||
$project = new Project($db);
|
||||
if ($this->fk_project > 0 && $project->fetch($this->fk_project)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user