Skip to content

Commit

Permalink
fix: Removed blank data column causing shift on all rows.
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
  • Loading branch information
TreyWW committed Nov 27, 2024
1 parent 0924d63 commit f3e4870
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{% endif %}
</a>
</td>
<td></td>
<td>{{ invoice.date_due | date:"d/m/Y" }}</td>
{% with cli_name=invoice.client_to.name|default:invoice.client_name %}
<td td-value="{{ cli_name|default_if_none:"No Client" }}">
Expand Down

0 comments on commit f3e4870

Please sign in to comment.