fix: TypeError: 'float' object is not iterable (#41758)

This commit is contained in:
rohitwaghchaure
2024-06-04 11:58:32 +05:30
committed by GitHub
parent a8fc32dc32
commit cf508ce1ed
3 changed files with 30 additions and 21 deletions

View File

@@ -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" },