mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
Merge pull request #38163 from PatrickDEissler/fix/table-was-mandatory-for-manufacturer
This commit is contained in:
@@ -504,7 +504,7 @@
|
||||
"fieldtype": "Table",
|
||||
"hidden": 1,
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user