From a45ea63b5d5b99247aeccf79f03b84a7b4f1f38c Mon Sep 17 00:00:00 2001 From: Charles-Henri Decultot Date: Thu, 24 May 2018 13:14:07 +0000 Subject: [PATCH] Codacy correction --- .../erpnext_integrations/doctype/payment_plan/payment_plan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/erpnext_integrations/doctype/payment_plan/payment_plan.js b/erpnext/erpnext_integrations/doctype/payment_plan/payment_plan.js index e8bc875fb0a..d37bed9283c 100644 --- a/erpnext/erpnext_integrations/doctype/payment_plan/payment_plan.js +++ b/erpnext/erpnext_integrations/doctype/payment_plan/payment_plan.js @@ -2,5 +2,5 @@ // For license information, please see license.txt frappe.ui.form.on('Payment Plan', { - + });