From 51d2317bb5339022040d2e177156c30157a6c20e Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Tue, 18 May 2021 17:50:59 +0530 Subject: [PATCH] refactor: sider/semgrep --- erpnext/stock/doctype/item/item.js | 6 +++--- erpnext/stock/doctype/warehouse/warehouse.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index e664e9c1cd..3144f1c12a 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -792,7 +792,7 @@ frappe.ui.form.on("UOM Conversion Detail", { }); } } -}) +}); frappe.tour['Item'] = [ @@ -805,7 +805,7 @@ frappe.tour['Item'] = [ fieldname: "item_code", title: __("Item Code"), description: __("The Item Code can be thought of as a short-form that refers to the item.") + " " + - __("For more information click here: ") + + __("For more information click here:") + " " + "Item Codification" + __("."), }, @@ -831,4 +831,4 @@ frappe.tour['Item'] = [ description: __("Selecting this creates a stock item and 'Stock Ledger' entries are created for all transcations.") + " " + __("Unselect this for a non-stock item such as a service.") }, -] +]; diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js index 9b5f2bc0b1..af9a515247 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.js +++ b/erpnext/stock/doctype/warehouse/warehouse.js @@ -108,4 +108,4 @@ frappe.tour['Warehouse'] = [ title: __("Account"), description: __("This field can be used to set a default account for all transactions with this warehouse.") }, -] +];