fix: asset image field updation issue (backport #47615)

This commit is contained in:
mergify[bot]
2025-05-20 10:08:26 +05:30
committed by GitHub
parent 00407cd0ee
commit d88feecf46

View File

@@ -152,6 +152,7 @@
{ {
"allow_on_submit": 1, "allow_on_submit": 1,
"fetch_from": "item_code.image", "fetch_from": "item_code.image",
"fetch_if_empty": 1,
"fieldname": "image", "fieldname": "image",
"fieldtype": "Attach Image", "fieldtype": "Attach Image",
"hidden": 1, "hidden": 1,
@@ -582,7 +583,7 @@
"link_fieldname": "target_asset" "link_fieldname": "target_asset"
} }
], ],
"modified": "2024-01-15 17:35:49.226603", "modified": "2025-05-20 00:44:06.229177",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Assets", "module": "Assets",
"name": "Asset", "name": "Asset",