From 029fdadcf78d4f5742ab82e3c3ea094aa0f71b0f 2016-12-07 07:08:26 From: Christopher Neugebauer Date: 2016-12-07 07:08:26 Subject: [PATCH] Adds some more words to credit note details. --- diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html index a4421c1f547eda768404d721396da3795c68f453..86c1b653701022d0f20ade956a11f988fb0c5efa 100644 --- a/pinaxcon/templates/registrasion/credit_note.html +++ b/pinaxcon/templates/registrasion/credit_note.html @@ -8,7 +8,8 @@ {% with note_user=credit_note.invoice.user %} @@ -22,6 +23,8 @@

Apply to invoice

You can apply this credit note to an unpaid invoice.

+

This credit note belongs to: {{ credit_note.invoice.user.email }} ({{ credit_note.invoice.user.id}}). You can apply this credit note to any user's invoice.

+ {{ apply_form|bootstrap }}