parent
a2bdcb48b2
commit
3d534bcf42
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
{% if not invoice.is_void %}
|
||||
<li><strong>Due:</strong> {{ invoice.due_time|date:"DATETIME_FORMAT"}}</li>
|
||||
{% endif %}
|
||||
<li><strong>Recipient:</strong> {{ invoice_user.attendee.attendeeprofilebase.invoice_recipient|linebreaksbr}}</li>
|
||||
<li><strong>Recipient:</strong> {{ invoice.recipient|linebreaksbr}}</li>
|
||||
</ul>
|
||||
{% endwith %}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{% with note_user=credit_note.invoice.user %}
|
||||
<ul>
|
||||
<li><strong>Number:</strong> {{ credit_note.id }}
|
||||
<li><strong>Attention:</strong> {{ credit_note.invoice.user.attendee.attendeeprofilebase.invoice_recipient }}</li>
|
||||
<li><strong>Attention:</strong> {{ credit_note.invoice.recipient }}</li>
|
||||
<li><strong>Value:</strong> {{ credit_note.value }}</li>
|
||||
<li><strong>Status:</strong> {{ credit_note.status }}</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue