Update list.php
This commit is contained in:
parent
1650fe9ef8
commit
f3938a41a5
@ -1119,7 +1119,7 @@ while ($i < min($num, $limit)) {
|
||||
// Type ent
|
||||
if (!empty($arrayfields['typent.code']['checked'])) {
|
||||
print '<td class="center">';
|
||||
if (!isset($typenArray)) {
|
||||
if (!isset($typenArray) || empty($typenArray)) {
|
||||
$typenArray = $formcompany->typent_array(1);
|
||||
}
|
||||
if (isset($typenArray[$obj->typent_code])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user