* Fix program style.

This commit is contained in:
Yagami
2020-11-17 11:33:10 +08:00
parent 219f063463
commit abf1fbb361
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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);