From 578624db1ff194dd15f06bc0ec1fec64e3caaf90 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 2 Aug 2017 17:44:32 +0530 Subject: [PATCH] Fix column width in GST Tax Breakup (#10230) --- erpnext/templates/includes/itemised_tax_breakup.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/erpnext/templates/includes/itemised_tax_breakup.html b/erpnext/templates/includes/itemised_tax_breakup.html index 342ce6b292..2ffc8b4b83 100644 --- a/erpnext/templates/includes/itemised_tax_breakup.html +++ b/erpnext/templates/includes/itemised_tax_breakup.html @@ -2,14 +2,12 @@ - {% set i = 0 %} {% for key in headers %} - {% if i==0 %} + {% if loop.first %} {% else %} {% endif %} - {% set i = i + 1 %} {% endfor%}
{{ key }}{{ key }}