File diff 796c8cca18d9 → a0e0a142e4e6
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
...
 
@@ -26,6 +26,16 @@
 
      <div class="form-actions">
 
          <input class="btn btn-primary" type="submit" value="Apply to invoice" />
 
      </div>
 
    <h3>Generate cancellation fee</h3>
 
    <p>You can generate an invoice for a cancellation fee, resulting in an invoice
 
      and a new credit note.
 
    </p>
 

	
 
      {{ cancellation_fee_form|bootstrap }}
 
      <div class="form-actions">
 
          <input class="btn btn-primary" type="submit" value="Generate fee" />
 
      </div>
 

	
 
    <h3>Manual refund</h3>
 
    <p>You can mark this credit note as refunded, and handle the refund manually.
 
    </p>