mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 19:25:16 +00:00
fix: duplicate labels in stock entry (#42756)
(cherry picked from commit 8aadc18ee8)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -303,7 +303,7 @@
|
|||||||
"depends_on": "from_warehouse",
|
"depends_on": "from_warehouse",
|
||||||
"fieldname": "source_warehouse_address",
|
"fieldname": "source_warehouse_address",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Source Warehouse Address",
|
"label": "Source Warehouse Address Link",
|
||||||
"options": "Address"
|
"options": "Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
"depends_on": "to_warehouse",
|
"depends_on": "to_warehouse",
|
||||||
"fieldname": "target_warehouse_address",
|
"fieldname": "target_warehouse_address",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Target Warehouse Address",
|
"label": "Target Warehouse Address Link",
|
||||||
"options": "Address"
|
"options": "Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -697,7 +697,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-06-26 19:12:17.937088",
|
"modified": "2024-08-13 19:02:42.386955",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Stock Entry",
|
"name": "Stock Entry",
|
||||||
|
|||||||
Reference in New Issue
Block a user