From 20c17b8229f901bb1c3c4a7efd57417f5e77baf8 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Sat, 30 Mar 2019 12:11:01 +0530 Subject: [PATCH] fix(Update GSTIN): remove '.__' from template (#17062) '.__' Avoid Server Side Template Injection --- erpnext/templates/pages/regional/india/update-gstin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/pages/regional/india/update-gstin.html b/erpnext/templates/pages/regional/india/update-gstin.html index 3d9ab5d125..d738fb4993 100644 --- a/erpnext/templates/pages/regional/india/update-gstin.html +++ b/erpnext/templates/pages/regional/india/update-gstin.html @@ -32,7 +32,7 @@

Please update your GSTIN for us to issue correct tax invoice

- {% for address in party.__onload.addr_list %} + {% for address in party.get_onload('addr_list') %}
{{ address.display }}