Skip to content

Commit

Permalink
Grey out paid invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Oct 19, 2023
1 parent 0b85471 commit adeb33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/shop/invoices.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</thead>
<tbody>
{{# each invoices }}
<tr>
<tr {{#if this.paid}} class="old-record" {{/if}}>
<td>
<span class="d-none">{{ this.invoiceDate }}</span>{{ this.invoiceDate_format }}
</td>
Expand Down

0 comments on commit adeb33a

Please sign in to comment.