mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
fix: TypeError: 'float' object is not iterable (#41758)
This commit is contained in:
@@ -548,6 +548,7 @@ class BOMConfigurator {
|
||||
label: __("Is Subcontracted"),
|
||||
fieldname: "is_subcontracted",
|
||||
fieldtype: "Check",
|
||||
hidden: node?.is_root || 0,
|
||||
default: data.is_subcontracted,
|
||||
},
|
||||
{ fieldtype: "Column Break" },
|
||||
|
||||
Reference in New Issue
Block a user