Update list.php
sometimes we need to get last update or closed order
This commit is contained in:
parent
f417c85186
commit
0cbb144628
@ -694,6 +694,12 @@ if ($resql)
|
|||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
// Date cloture
|
||||||
|
if (! empty($arrayfields['c.date_cloture']['checked']))
|
||||||
|
{
|
||||||
|
print '<td class="liste_titre">';
|
||||||
|
print '</td>';
|
||||||
|
}
|
||||||
// Status
|
// Status
|
||||||
if (! empty($arrayfields['c.fk_statut']['checked']))
|
if (! empty($arrayfields['c.fk_statut']['checked']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user