Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop
This commit is contained in:
Laurent Destailleur
2025-11-12 22:02:50 +01:00
16 changed files with 100 additions and 83 deletions

View File

@@ -2624,9 +2624,12 @@ while ($i < $imaxinloop) {
if (!is_array($typenArray) || count($typenArray) == 0) {
$typenArray = $formcompany->typent_array(1);
}
print '<td class="center tdoverflowmax100" title="'.dolPrintHTMLForAttribute($typenArray[$obj->typent_code]).'">';
if (!empty($obj->typent_code)) {
print '<td class="center tdoverflowmax100" title="'.dolPrintHTMLForAttribute($typenArray[$obj->typent_code]).'">';
print $typenArray[$obj->typent_code];
} else {
print '<td class="center tdoverflowmax100">';
print '';
}
print '</td>';
if (!$i) {