Merged in sum-total (pull request #14)

Changed item_table to use "Total (ex. VAT)" instead of "Sum Total" - issue #63
This commit is contained in:
Tom Price
2015-04-21 17:04:52 +01:00

View File

@@ -25,7 +25,7 @@
<tfoot>
<tr>
<td rowspan="3" colspan="2"></td>
<td>Sum Total</td>
<td>Total (ex. VAT)</td>
<td colspan="2">£ <span id="sumtotal">{{object.sum_total|default:0|floatformat:2}}</span></td>
</tr>
<tr>