refactor: fix typo, remove target warehouse cause SE Type dependency

This commit is contained in:
18alantom 2021-05-20 15:29:24 +05:30
parent 37466631f2
commit 95992a7ea5
2 changed files with 1 additions and 6 deletions

View File

@ -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"),

View File

@ -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",