commit | 862ce916ae1e9b3ab60f4a2316c47a7f1aa6aa3c | [log] [tgz] |
---|---|---|
author | Kenneth Sequeira <33246109+kennethsequeira@users.noreply.github.com> | Fri Jul 09 21:52:50 2021 +0530 |
committer | GitHub <noreply@github.com> | Fri Jul 09 21:52:50 2021 +0530 |
tree | ad153330378059a6148700ecea366fd45e1feaa3 | |
parent | f4d45d60f46d596931093482e65b537c90a58559 [diff] |
fix: Nested/Multi-level BOM help link (#26409) Updated the link for multi-level boms. Current link is broken.
diff --git a/erpnext/public/js/help_links.js b/erpnext/public/js/help_links.js index aa9bba1..5c9a453 100644 --- a/erpnext/public/js/help_links.js +++ b/erpnext/public/js/help_links.js
@@ -991,7 +991,7 @@ label: "Nested BOM Structure", url: docsUrl + - "user/manual/en/manufacturing/articles/nested-bom-structure", + "user/manual/en/manufacturing/articles/managing-multi-level-bom", }, ];