Skip to content

Commit

Permalink
Merge pull request #2578 from braito4/patch-1
Browse files Browse the repository at this point in the history
minor bug drag and drop total line in tasks list
  • Loading branch information
eldy committed Apr 9, 2015
2 parents bb83eb0 + 914b324 commit 0e2bc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/project.lib.php
Expand Up @@ -416,7 +416,7 @@ function projectLinesa(&$inc, $parent, &$lines, &$level, $var, $showproject, &$t

if (($total_projectlinesa_planned > 0 || $total_projectlinesa_spent > 0) && $level==0)
{
print '<tr class="liste_total">';
print '<tr class="liste_total nodrag nodrop">';
print '<td class="liste_total">'.$langs->trans("Total").'</td>';
if ($showproject) print '<td></td><td></td>';
print '<td></td>';
Expand Down

0 comments on commit 0e2bc56

Please sign in to comment.