forked from Wavyzz/dolibarr
Update propal.class.php
This commit is contained in:
committed by
GitHub
parent
5a4d5d7f97
commit
9835469a02
@@ -384,7 +384,7 @@ class Propal extends CommonObject
|
||||
$this->socid = $socid;
|
||||
$this->id = $propalid;
|
||||
|
||||
$this->duree_validite = isset($conf->global->PROPALE_VALIDITY_DURATION)?((int) $conf->global->PROPALE_VALIDITY_DURATION):0;
|
||||
$this->duree_validite = getDolGlobalInt('PROPALE_VALIDITY_DURATION', 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user