Fix Error type ent in fourn/commande/list.php
This commit is contained in:
parent
477b1272e0
commit
7c072c7960
@ -1406,7 +1406,7 @@ if ($resql) {
|
|||||||
// Type ent
|
// Type ent
|
||||||
if (!empty($arrayfields['typent.code']['checked'])) {
|
if (!empty($arrayfields['typent.code']['checked'])) {
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
if (count($typenArray) == 0) {
|
if (empty($typenArray)) {
|
||||||
$typenArray = $formcompany->typent_array(1);
|
$typenArray = $formcompany->typent_array(1);
|
||||||
}
|
}
|
||||||
print $typenArray[$obj->typent_code];
|
print $typenArray[$obj->typent_code];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user