From 032374e76e72fc09919a85d5953960c2117678c3 Mon Sep 17 00:00:00 2001 From: Charles-Henri Decultot Date: Wed, 24 May 2017 12:59:42 +0200 Subject: [PATCH] Correction of the digest template (#8992) --- erpnext/setup/doctype/email_digest/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/doctype/email_digest/templates/default.html b/erpnext/setup/doctype/email_digest/templates/default.html index 78acbd9251..5a657d26a3 100644 --- a/erpnext/setup/doctype/email_digest/templates/default.html +++ b/erpnext/setup/doctype/email_digest/templates/default.html @@ -1,6 +1,6 @@ {% macro show_card(card) %}
-
{{ card.label }} +
{{ _(card.label) }} {% if card.count %} ({{ card.count }}) {% endif %}