From 38b26c8f3e7c8a53661a5a3b8ff02a9cbd83fdfa Mon Sep 17 00:00:00 2001 From: Abhishek Balam Date: Wed, 14 Oct 2020 18:24:51 +0530 Subject: [PATCH] fix: added semicolons --- erpnext/public/js/address.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/public/js/address.js b/erpnext/public/js/address.js index 1563ec6f20..1176075b39 100644 --- a/erpnext/public/js/address.js +++ b/erpnext/public/js/address.js @@ -13,8 +13,8 @@ frappe.ui.form.on("Address", { filters: { name: 'Company' } - } - } + }; + }; frm.refresh_field('links'); } else{