commit | 513375f264034b2eaa5e0b563811aa1c12aca790 | [log] [tgz] |
---|---|---|
author | Kenneth Sequeira <33246109+kennethsequeira@users.noreply.github.com> | Fri Jul 09 21:52:50 2021 +0530 |
committer | Ankush <ankushmenat@gmail.com> | Wed Jul 14 16:07:47 2021 +0530 |
tree | 813567bc85aeb78763eeff6be59140798712efb7 | |
parent | 7a890331631533521c03e3991911d09f5158f454 [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 140c9da..d0c935f 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", }, ];