Skip to content

Commit

Permalink
Merge pull request #361 from imakin/patch-1
Browse files Browse the repository at this point in the history
fixing wrong column order
  • Loading branch information
patrys committed Sep 22, 2015
2 parents 386a193 + b452239 commit 166776b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</td>
<td>{% render_status order.status order.get_status_display %}</td>
<td>{% render_status order.get_last_payment_status order.get_last_payment_status_display %}</td>
<td>{{ order.created }}</td>
<td>{{ order.user|default:_("Guest") }}</td>
<td>{{ order.created }}</td>
<td>{% gross order.get_total %}</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 166776b

Please sign in to comment.