fix key
This commit is contained in:
parent
721371a08c
commit
88297d5682
@ -485,7 +485,7 @@ if ($num)
|
|||||||
if (!empty($arrayfields['e.'.$key]['checked']))
|
if (!empty($arrayfields['e.'.$key]['checked']))
|
||||||
{
|
{
|
||||||
print '<td'.($cssforfield ? ' class="'.$cssforfield.'"' : '').'>';
|
print '<td'.($cssforfield ? ' class="'.$cssforfield.'"' : '').'>';
|
||||||
if ($key == 'status') print $warehouse->getLibStatut(5);
|
if ($key == 'statut') print $warehouse->getLibStatut(5);
|
||||||
else print $warehouse->showOutputField($val, $key, $warehouse->$key, '');
|
else print $warehouse->showOutputField($val, $key, $warehouse->$key, '');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user