* Change maxVersion bizVersion proVersion to edition.
This commit is contained in:
@@ -779,7 +779,7 @@ class programplanModel extends model
|
||||
if($id == 'actions') $class .= ' c-actions';
|
||||
|
||||
echo "<td class='{$class}' {$title}>";
|
||||
if($this->config->edition == 'biz') $this->loadModel('flow')->printFlowCell('programplan', $plan, $id);
|
||||
if($this->config->edition != 'open') $this->loadModel('flow')->printFlowCell('programplan', $plan, $id);
|
||||
switch($id)
|
||||
{
|
||||
case 'id':
|
||||
|
||||
Reference in New Issue
Block a user