* [task#132839,done,0.1h,0h] Adjust openedApproval config value.
This commit is contained in:
@@ -347,7 +347,7 @@ class commonModel extends model
|
||||
*/
|
||||
public function setApproval()
|
||||
{
|
||||
$this->config->openedApproval = (in_array($this->config->edition, array('max', 'ipd'))) && ($this->config->vision == 'rnd');
|
||||
$this->config->openedApproval = (in_array($this->config->edition, array('biz', 'max', 'ipd'))) && ($this->config->vision == 'rnd');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user