Fix unappropriate behavior when delete selling

This commit is contained in:
Skia
2016-11-10 13:51:56 +01:00
parent 11c263b6e7
commit e98ffb5cd5
2 changed files with 6 additions and 6 deletions

View File

@ -55,8 +55,7 @@
</tr>
</thead>
<tbody>
{% for i in customer.refillings.order_by('-date').filter(
date__year=year, date__month=month) %}
{% for i in customer.refillings.order_by('-date').filter( date__year=year, date__month=month) %}
<tr>
<td>{{ i.date|localtime|date(DATETIME_FORMAT) }} - {{ i.date|localtime|time(DATETIME_FORMAT) }}</td>
<td>{{ i.counter }}</td>