Fix up down of lines into a BOM
This commit is contained in:
parent
e261d63295
commit
4ba665b8b7
@ -92,9 +92,9 @@ $coldisplay++;
|
|||||||
echo $line->efficiency;
|
echo $line->efficiency;
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
if ($this->statut == 0 && ($object_rights->write) && $action != 'selectlines' ) {
|
if ($this->status == 0 && ($object_rights->write) && $action != 'selectlines' ) {
|
||||||
print '<td class="linecoledit center">';
|
print '<td class="linecoledit center">';
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
if (($line->info_bits & 2) == 2 || ! empty($disableedit)) {
|
if (($line->info_bits & 2) == 2 || ! empty($disableedit)) {
|
||||||
} else {
|
} else {
|
||||||
print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$this->id.'&action=editline&lineid='.$line->id.'#line_'.$line->id.'">'.img_edit().'</a>';
|
print '<a href="'.$_SERVER["PHP_SELF"].'?id='.$this->id.'&action=editline&lineid='.$line->id.'#line_'.$line->id.'">'.img_edit().'</a>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user