From f9182f61470b857bde65d666bca1459e8e182958 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 10 Oct 2020 14:19:40 +0200 Subject: [PATCH] lingo: add "up to and including" mention to payment limit date (#23507) --- combo/apps/lingo/templates/lingo/combo/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/lingo/templates/lingo/combo/item.html b/combo/apps/lingo/templates/lingo/combo/item.html index 3963ece8..2c628655 100644 --- a/combo/apps/lingo/templates/lingo/combo/item.html +++ b/combo/apps/lingo/templates/lingo/combo/item.html @@ -37,7 +37,7 @@
{% trans "Issue date:" %} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}
{% if item.payment_limit_date %}
{% trans "Payment due date:" %} - {{ item.payment_limit_date|date:"SHORT_DATE_FORMAT" }}
+ {{ item.payment_limit_date|date:"SHORT_DATE_FORMAT" }} {% trans "(up to and including)" %} {% endif %} {% if item.payment_date %} -- 2.28.0