diff --git a/pinaxcon/templates/registrasion/_invoice_details.html b/pinaxcon/templates/registrasion/_invoice_details.html index b20e45a16bbfd416328957f23867d306a230e8bb..7db97462b3e079c472b17a91b178266502cc3410 100644 --- a/pinaxcon/templates/registrasion/_invoice_details.html +++ b/pinaxcon/templates/registrasion/_invoice_details.html @@ -10,7 +10,7 @@ {% if not invoice.is_void %}
  • Due: {{ invoice.due_time|date:"DATETIME_FORMAT"}}
  • {% endif %} -
  • Recipient: {{ invoice_user.attendee.attendeeprofilebase.invoice_recipient|linebreaksbr}}
  • +
  • Recipient: {{ invoice.recipient|linebreaksbr}}
  • {% endwith %} diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html index 5b9061547f15424ca0ac71f6526d3dd3d1d49660..c0d105d556ae2987bc2f269cb5237a9dd0718fb9 100644 --- a/pinaxcon/templates/registrasion/credit_note.html +++ b/pinaxcon/templates/registrasion/credit_note.html @@ -8,7 +8,7 @@ {% with note_user=credit_note.invoice.user %}