From 95992a7ea54de397c200c3be4925e7c0a5fa6482 Mon Sep 17 00:00:00 2001 From: 18alantom <2.alan.tom@gmail.com> Date: Thu, 20 May 2021 15:29:24 +0530 Subject: [PATCH] refactor: fix typo, remove target warehouse cause SE Type dependency --- erpnext/stock/doctype/stock_entry/stock_entry.js | 5 ----- erpnext/stock/doctype/warehouse/warehouse.js | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js index e7bf0f3bf9b..ecd3fee8286 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry.js @@ -1114,11 +1114,6 @@ frappe.tour['Stock Entry'] = [ title: __("Default Source Warehouse"), description: __("Select a source warehouse, where you have stock available.") }, - { - fieldname: "to_warehouse", - title: __("Default Target Warehouse"), - description: __("Select a target warehouse, where stock needs to be transferred.") - }, { fieldname: "items", title: __("Items"), diff --git a/erpnext/stock/doctype/warehouse/warehouse.js b/erpnext/stock/doctype/warehouse/warehouse.js index b29c6fdde3c..30575a7c933 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.js +++ b/erpnext/stock/doctype/warehouse/warehouse.js @@ -91,7 +91,7 @@ frappe.tour['Warehouse'] = [ { fieldname: "warehouse_name", title: __("Warehouse Name"), - description: __("Select a name for the warehouse. This should reflect it's location or purpose.") + description: __("Select a name for the warehouse. This should reflect its location or purpose.") }, { fieldname: "warehouse_type",