Skip to content

Commit

Permalink
Merge pull request #7688 from atm-florian/6.0
Browse files Browse the repository at this point in the history
fix accountancy index display
  • Loading branch information
eldy committed Oct 24, 2017
2 parents ba43461 + c258e22 commit da93081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/accountancy/customer/index.php
Expand Up @@ -322,7 +322,6 @@
}
else print $row[1];
print '</td>';
print '<td align="left">' . $row[1] . '</td>';
for($i = 2; $i <= 12; $i ++) {
print '<td align="right">' . price($row[$i]) . '</td>';
}
Expand Down

0 comments on commit da93081

Please sign in to comment.