Skip to content

Commit

Permalink
fix contract template
Browse files Browse the repository at this point in the history
  • Loading branch information
nagra-mlr committed Aug 27, 2024
1 parent f9719b8 commit 7c20dd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/netbox_contract/templates/netbox_contract/contract.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ <h5 class="card-header">
Invoice template
</h5>
<table class="table table-hover attr-table">
<tr>
<th scope="row">Number</th>
<td>
<a href="{{ invoice_template.get_absolute_url }}">{{ invoice_template.number }}</a>
</td>
</tr>
<tr>
<th scope="row">Currency</th>
<td>{{ invoice_template.currency }}</td>
Expand Down

0 comments on commit 7c20dd5

Please sign in to comment.