Merge pull request #38176 from frappe/mergify/bp/version-15-hotfix/pr-38163
fix: attributes were mandatory for manufacturers (#38163)
This commit is contained in:
commit
cf7d0ab8a5
@ -504,7 +504,7 @@
|
|||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"hidden": 1,
|
"hidden": 1,
|
||||||
"label": "Variant Attributes",
|
"label": "Variant Attributes",
|
||||||
"mandatory_depends_on": "has_variants",
|
"mandatory_depends_on": "eval:(doc.has_variants || doc.variant_of) && doc.variant_based_on==='Item Attribute'",
|
||||||
"options": "Item Variant Attribute"
|
"options": "Item Variant Attribute"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -888,7 +888,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"make_attachments_public": 1,
|
"make_attachments_public": 1,
|
||||||
"modified": "2023-09-11 13:46:32.688051",
|
"modified": "2023-09-18 15:41:32.688051",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item",
|
"name": "Item",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user