commit | 785eaf8e8f9b0efc5674e499d82b7e54213e5c36 | [log] [tgz] |
---|---|---|
author | Shashank Shirke <shashankshirke285@gmail.com> | Sun Sep 18 05:42:47 2022 -0700 |
committer | GitHub <noreply@github.com> | Sun Sep 18 05:42:47 2022 -0700 |
tree | 0dd81ca69bcc5b911dcfac2c33e92fb15f5e3ada | |
parent | b944849bd42449956ca4fca80112c2d12a61269e [diff] |
fix: broken link for item valuation updated Old URL (404 Not Found): https://docs.erpnext.com/docs/v13/user/manual/en/stock/item/item-valuation-fifo-and-moving-average Updated URL: https://docs.erpnext.com/docs/v13/user/manual/en/stock/articles/calculation-of-valuation-rate-in-fifo-and-moving-average
diff --git a/erpnext/public/js/help_links.js b/erpnext/public/js/help_links.js index b643cca..1c3f43e 100644 --- a/erpnext/public/js/help_links.js +++ b/erpnext/public/js/help_links.js
@@ -671,7 +671,7 @@ label: "Item Valuation", url: docsUrl + - "user/manual/en/stock/articles/item-valuation-fifo-and-moving-average", + "user/manual/en/stock/articles/calculation-of-valuation-rate-in-fifo-and-moving-average", }, ];