Allow the counter admin to edit cash registers summaries

This commit is contained in:
Skia
2016-09-29 14:54:03 +02:00
parent c2276dab2b
commit db07b54ed1
4 changed files with 98 additions and 9 deletions

View File

@ -45,6 +45,7 @@
<td></td>
{% endif %}
<td>{{ c.comment }}</td>
<td><a href="{{ url('counter:cash_summary_edit', cashsummary_id=c.id) }}">{% trans %}Edit{% endtrans %}</td>
</tr>
{% endfor %}
</tbody>