Skip to content

Commit

Permalink
Merge pull request #174 from mlebreuil/fix-contract-template
Browse files Browse the repository at this point in the history
fix contract template
  • Loading branch information
mlebreuil authored Aug 27, 2024
2 parents f9719b8 + 7c20dd5 commit b1973a8
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 b1973a8

Please sign in to comment.