Fix Error type ent in fourn/commande/list.php

This commit is contained in:
lmarcouiller 2021-07-02 10:47:57 +02:00 committed by Laurent Destailleur
parent 0dce34f527
commit 903adadcc4

View File

@ -1407,7 +1407,7 @@ if ($resql) {
// Type ent
if (!empty($arrayfields['typent.code']['checked'])) {
print '<td class="center">';
if (count($typenArray) == 0) {
if (empty($typenArray)) {
$typenArray = $formcompany->typent_array(1);
}
print $typenArray[$obj->typent_code];