aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/templates')
-rw-r--r--app/dispatch/templates/dispatch/invoice/detail-table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/invoice/detail-table.html b/app/dispatch/templates/dispatch/invoice/detail-table.html
index d09ba76..6f18269 100644
--- a/app/dispatch/templates/dispatch/invoice/detail-table.html
+++ b/app/dispatch/templates/dispatch/invoice/detail-table.html
@@ -54,7 +54,7 @@
<th>Total</th>
</thead>
<tbody>
- {% for item in object.items %}
+ {% for item in object.items_by_date %}
<tr>
<td>{{item.date|date:"m/d/Y"}}</td>
<td>{{item.description}}</td>