Skip to content

Commit

Permalink
Update objectline_view.tpl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 30, 2014
1 parent ef4bdcd commit ddee145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/tpl/objectline_view.tpl.php
Expand Up @@ -45,7 +45,7 @@
<?php if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) { ?>
<td align="center"><?php $coldisplay++; ?><?php echo ($i+1); ?></td>
<?php } ?>
<td><?php $coldisplay++; ?><div id="<?php echo $line->rowid; ?>"></div>
<td><?php $coldisplay++; ?><div id="row-<?php echo $line->id; ?>"></div>
<?php if (($line->info_bits & 2) == 2) { ?>
<a href="<?php echo DOL_URL_ROOT.'/comm/remx.php?id='.$this->socid; ?>">
<?php
Expand Down

0 comments on commit ddee145

Please sign in to comment.