diff --git a/pinaxcon/templates/registrasion/invoice.html b/pinaxcon/templates/registrasion/invoice.html index 4e8612af8ae36bd5475c52563593d1b72faf7e2f..bdd884293d9949b635744bd70b80a2a6d8d7b876 100644 --- a/pinaxcon/templates/registrasion/invoice.html +++ b/pinaxcon/templates/registrasion/invoice.html @@ -25,7 +25,8 @@ {% if user.is_staff %}
{% if user.is_staff %} - Apply manual payment/refund + Apply manual payment/refund + Refund by issuing credit note {% endif %}
{% endif %} @@ -43,7 +44,7 @@ {% if not invoice.is_void %}
  • Due: {{ invoice.due_time|date:"DATETIME_FORMAT"}}
  • {% endif %} -
  • Attention: {{ invoice_user.attendee.attendeeprofilebase.invoice_recipient }}
  • +
  • Recipient: {{ invoice_user.attendee.attendeeprofilebase.invoice_recipient|linebreaksbr}}
  • {% endwith %}