diff --git a/RIGS/templates/RIGS/invoice_detail.html b/RIGS/templates/RIGS/invoice_detail.html index eccec0a3..e5b14a7f 100644 --- a/RIGS/templates/RIGS/invoice_detail.html +++ b/RIGS/templates/RIGS/invoice_detail.html @@ -111,6 +111,11 @@ {% endfor %} + + Balance: + {{ object.balance|floatformat:2 }} + +