FIX #16156
This commit is contained in:
parent
c6badeed57
commit
4411497112
@ -433,15 +433,15 @@ if ($sql_select)
|
|||||||
|
|
||||||
// Status
|
// Status
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
if ($type_element == 'contract')
|
if ($type_element == 'contract') {
|
||||||
{
|
print $documentstaticline->getLibStatut(5);
|
||||||
print $documentstaticline->getLibStatut(2);
|
|
||||||
} else {
|
} else {
|
||||||
print $documentstatic->getLibStatut(2);
|
print $documentstatic->getLibStatut(5);
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
print '<td>';
|
// Label
|
||||||
|
print '<td class="tdoverflowmax300">';
|
||||||
|
|
||||||
// Define text, description and type
|
// Define text, description and type
|
||||||
$text = ''; $description = ''; $type = 0;
|
$text = ''; $description = ''; $type = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user