fix: Nested/Multi-level BOM help link (#26409)

Updated the link for multi-level boms. Current link is broken.
This commit is contained in:
Kenneth Sequeira
2021-07-09 21:52:50 +05:30
committed by GitHub
parent f4d45d60f4
commit 862ce916ae

View File

@@ -991,7 +991,7 @@ frappe.help.help_links["Form/BOM"] = [
label: "Nested BOM Structure",
url:
docsUrl +
"user/manual/en/manufacturing/articles/nested-bom-structure",
"user/manual/en/manufacturing/articles/managing-multi-level-bom",
},
];