This commit is contained in:
Yagami
2023-05-18 14:50:48 +08:00
parent 509dc72b3f
commit b215c001df
+1 -1
View File
@@ -87,7 +87,7 @@
<th class='w-120px'><?php echo $lang->my->storyConcept;?></th>
<td><?php echo html::select('URSR', $URSRList, $URSR, "class='form-control picker URSR'");?></td>
</tr>
<?php if($this->config->systemMode == 'ALM'):?>
<?php if(in_array($config->systemMode, array('ALM', 'PLM'))):?>
<tr>
<th><?php echo $lang->my->programLink;?></th>
<td><?php echo html::select('programLink', $lang->my->programLinkList, $programLink, "class='form-control picker programLink'");?></td>