* Upgrade basicmeas when edition is max or ipd.
This commit is contained in:
@@ -703,10 +703,7 @@ class upgradeModel extends model
|
||||
$this->removeProductLineRequired();
|
||||
break;
|
||||
case '18_7':
|
||||
if(!in_array($this->config->edition, array('max', 'ipd')))
|
||||
{
|
||||
$this->processOldMetrics();
|
||||
}
|
||||
if(in_array($this->config->edition, array('max', 'ipd'))) $this->processOldMetrics();
|
||||
$this->processHistoryDataForMetric();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user