Changeset - 029fdadcf78d
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-12-07 07:08:26
chrisjrn@gmail.com
Adds some more words to credit note details.
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
...
 
@@ -9,5 +9,6 @@
 
  <ul>
 
    <li><strong>Number:</strong> {{ credit_note.id }}
 
    <li><strong>Attention:</strong> {{ credit_note.invoice.recipient }}</li>
 
      <li><strong>Attention:</strong> {{ credit_note.invoice.recipient }}</li>
 
      <li><strong>User:</strong> {{ credit_note.invoice.user.email }} ({{ credit_note.invoice.user.id}})</li>
 
    <li><strong>Value:</strong> {{ credit_note.value }}</li>
 
    <li><strong>Status:</strong> {{ credit_note.status }}</li>
...
 
@@ -23,4 +24,6 @@
 
    <p>You can apply this credit note to an unpaid invoice.</p>
 

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

	
 
      {{ apply_form|bootstrap }}
 
      <div class="form-actions">
0 comments (0 inline, 0 general)