From f3e487015f1954453c9ab3c47a92b65e0b9193b5 Mon Sep 17 00:00:00 2001 From: TreyWW <73353716+TreyWW@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:23:58 +0000 Subject: [PATCH] fix: Removed blank data column causing shift on all rows. Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com> --- frontend/templates/pages/invoices/dashboard/_fetch_body.html | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/templates/pages/invoices/dashboard/_fetch_body.html b/frontend/templates/pages/invoices/dashboard/_fetch_body.html index 5a861acc7..c2c4a1926 100644 --- a/frontend/templates/pages/invoices/dashboard/_fetch_body.html +++ b/frontend/templates/pages/invoices/dashboard/_fetch_body.html @@ -23,7 +23,6 @@ {% endif %} - {{ invoice.date_due | date:"d/m/Y" }} {% with cli_name=invoice.client_to.name|default:invoice.client_name %}