Skip to content

Commit

Permalink
fix: duplicate labels in stock entry (backport #42756) (#42758)
Browse files Browse the repository at this point in the history
fix: duplicate labels in stock entry (#42756)

(cherry picked from commit 8aadc18)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure authored Aug 13, 2024
1 parent 13b79c6 commit 8624a0a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions erpnext/stock/doctype/stock_entry/stock_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down Expand Up @@ -686,18 +686,18 @@
"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",
"idx": 1,
"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",
Expand Down

0 comments on commit 8624a0a

Please sign in to comment.