diff --git a/eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py b/eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py index 20344417f5..6179c5dbcb 100644 --- a/eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py +++ b/eeschema/plugins/python_scripts/bom_html_with_advanced_grouping.py @@ -101,7 +101,7 @@ html = html.replace('', "Component Count:" + \ row = "Ref" + "Qnty" row += "Value" + "Part" + "Footprint" -row += "Description" + "Vendor + "DNP" +row += "Description" + "Vendor" + "DNP" html = html.replace('', row + "")