Skip to content

Commit

Permalink
fix: Nested/Multi-level BOM help link (frappe#26409)
Browse files Browse the repository at this point in the history
Updated the link for multi-level boms. Current link is broken.
  • Loading branch information
kennethsequeira committed Jul 9, 2021
1 parent ac8a669 commit 2440543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/public/js/help_links.js
Expand Up @@ -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",
},
];

Expand Down

0 comments on commit 2440543

Please sign in to comment.