* Fix program style.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<table class='table table-fixed table-nested' id='programList'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class='c-id w-80px'>
|
||||
<th class='c-id w-50px'>
|
||||
<?php echo $lang->idAB;?>
|
||||
</th>
|
||||
<th class='w-100px'><?php echo $lang->program->PRJCode;?></th>
|
||||
|
||||
@@ -98,7 +98,7 @@ class projectModel extends model
|
||||
$products = $this->loadModel('product')->getPairs();
|
||||
|
||||
/* Unset story, bug, build and testtask if type is ops. */
|
||||
if($project and $project->type == 'ops')
|
||||
if($project and $project->lifetime == 'ops')
|
||||
{
|
||||
unset($this->lang->project->menu->story);
|
||||
unset($this->lang->project->menu->qa);
|
||||
|
||||
Reference in New Issue
Block a user