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 Ankush
parent 7a89033163
commit 513375f264

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",
},
];