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
parent
commit
862ce916ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      erpnext/public/js/help_links.js

2
erpnext/public/js/help_links.js

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

Loading…
Cancel
Save