* Adjust code

This commit is contained in:
zenggang
2022-08-03 00:48:59 +00:00
parent d9e251ea26
commit e3698f1b6a
+1 -1
View File
@@ -131,7 +131,7 @@
<?php endif;?>
<?php foreach($program as $lineID => $line):?>
<?php if(isset($line['lineName']) and isset($line['products']) and is_array($line['products'])):?>
<?php if(isset($line['lineName'])):?>
<?php $lineNames[] = $line['lineName'];?>
<?php
if($this->config->systemMode == 'new' and $programID)