Payment date and comment #3

* adds payment-comment relation in NewPaymentForm
 * drops transfer note form field (may not be used anyway) and replace it with comment
 * adds/updates translations
This commit is contained in:
mipel
2021-08-26 14:30:05 +02:00
parent 3bb7ff3e3f
commit 83039b9e84
7 changed files with 113 additions and 80 deletions

View File

@@ -44,7 +44,7 @@
<td class="align-middle">
{% trans deadline.type_humanized %}
</td>
<td class="align-middle">{{ deadline.date }}</td>
<td class="align-middle">{{ deadline.date|default_if_none:"---" }}</td>
<td class="align-middle">{{ deadline.comment }}</td>
<td>
{% if is_default_member and has_access %}