Small fix in report view [skip ci]

This commit is contained in:
James Cole
2015-05-15 22:12:31 +02:00
parent cc375d58bb
commit 3e65733dc5

View File

@@ -126,7 +126,7 @@
{% endfor %} {% endfor %}
<tr> <tr>
<td><em>{{ 'sum'|_ }}</em></td> <td><em>{{ 'sum'|_ }}</em></td>
<td>{{ sum|formatAmount }}</td> <td><span class="text-danger">{{ (sum * -1)|formatAmountPlain }}</span></td>
</tr> </tr>
</table> </table>
</div> </div>