parent
498d7fc15e
commit
964b1013d9
2 changed files with 7 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
|||
</span>
|
||||
</td>
|
||||
<td class="options-col">
|
||||
<a ng-show="invoice.paid" href="/receipt?id={{ invoice.id }}" download="receipt.pdf" target="_new">
|
||||
<a ng-show="invoice.paid" href="/receipt?id={{ invoice.id }}" target="_new" download>
|
||||
<i class="fa fa-download" data-title="Download Receipt" bs-tooltip="tooltip.title"></i>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Reference in a new issue