Browse Source
fix: Nested/Multi-level BOM help link (#26409)
Updated the link for multi-level boms. Current link is broken.
develop
Kenneth Sequeira
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
erpnext/public/js/help_links.js
|
@ -991,7 +991,7 @@ frappe.help.help_links["Form/BOM"] = [ |
|
|
label: "Nested BOM Structure", |
|
|
label: "Nested BOM Structure", |
|
|
url: |
|
|
url: |
|
|
docsUrl + |
|
|
docsUrl + |
|
|
"user/manual/en/manufacturing/articles/nested-bom-structure", |
|
|
"user/manual/en/manufacturing/articles/managing-multi-level-bom", |
|
|
}, |
|
|
}, |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|