Adds “generate cancellation fee” button to credit notes page.
This commit is contained in:
parent
796c8cca18
commit
a0e0a142e4
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue