From 8624a0abce26576616783b7ce4d43f912bc80d68 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:31:05 +0530 Subject: [PATCH] fix: duplicate labels in stock entry (backport #42756) (#42758) fix: duplicate labels in stock entry (#42756) (cherry picked from commit 8aadc18ee8f8921007f71ad3fee1fda2fb2f3ac0) Co-authored-by: rohitwaghchaure --- erpnext/stock/doctype/stock_entry/stock_entry.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.json b/erpnext/stock/doctype/stock_entry/stock_entry.json index 495af7f173a..3f467d3627a 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.json +++ b/erpnext/stock/doctype/stock_entry/stock_entry.json @@ -303,7 +303,7 @@ "depends_on": "from_warehouse", "fieldname": "source_warehouse_address", "fieldtype": "Link", - "label": "Source Warehouse Address", + "label": "Source Warehouse Address Link", "options": "Address" }, { @@ -333,7 +333,7 @@ "depends_on": "to_warehouse", "fieldname": "target_warehouse_address", "fieldtype": "Link", - "label": "Target Warehouse Address", + "label": "Target Warehouse Address Link", "options": "Address" }, { @@ -686,10 +686,10 @@ "read_only": 1 }, { - "fieldname": "tab_connections", - "fieldtype": "Tab Break", - "label": "Connections", - "show_dashboard": 1 + "fieldname": "tab_connections", + "fieldtype": "Tab Break", + "label": "Connections", + "show_dashboard": 1 } ], "icon": "fa fa-file-text", @@ -697,7 +697,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2024-06-26 19:12:17.937088", + "modified": "2024-08-13 19:02:42.386955", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry",