Added balance to invoice page - closes #235

This commit is contained in:
David Taylor
2016-05-29 22:51:41 +01:00
parent 0990f0bfbb
commit 3ccbdff737

View File

@@ -111,6 +111,11 @@
</td>
</tr>
{% endfor %}
<tr>
<td class="text-right"><strong>Balance:</strong></td>
<td>{{ object.balance|floatformat:2 }}</td>
<td></td>
<td></td>
</tbody>
</table>
</div>