[fix] Code formatting, removed trailing spaces

This commit is contained in:
scmmishra 2019-01-25 14:27:23 +05:30
parent 9731a02657
commit d71de2a23e

View File

@ -1,6 +1,6 @@
frappe.provide('frappe.help.help_links');
const docsUrl = 'https://erpnext.com/docs/'
const docsUrl = 'https://erpnext.com/docs/';
frappe.help.help_links['Form/Rename Tool'] = [
{ label: 'Bulk Rename', url: docsUrl + 'user/manual/en/setting-up/data/bulk-rename' },
@ -320,12 +320,12 @@ frappe.help.help_links['Tree/Cost Center'] = [
frappe.help.help_links['List/Item'] = [
{ label: 'Item', url: 'http://erpnext.com/docs/user/manual/en/stock/item' },
{ label: 'Item Price', url: docsUrl + 'user/manual/en/stock/item/item-price' },
{ label: 'Item Price', url: docsUrl + 'user/manual/en/stock/item/item-price' },
{ label: 'Barcode', url: docsUrl + 'user/manual/en/stock/articles/track-items-using-barcode' },
{ label: 'Item Wise Taxation', url: docsUrl + 'user/manual/en/accounts/item-wise-taxation' },
{ label: 'Managing Fixed Assets', url: docsUrl + 'user/manual/en/accounts/managing-fixed-assets' },
{ label: 'Item Codification', url: docsUrl + 'user/manual/en/stock/item/item-codification' },
{ label: 'Item Variants', url: docsUrl + 'user/manual/en/stock/item/item-variants' },
{ label: 'Item Variants', url: docsUrl + 'user/manual/en/stock/item/item-variants' },
{ label: 'Item Valuation', url: docsUrl + 'user/manual/en/stock/item/item-valuation-fifo-and-moving-average' },
]
@ -336,8 +336,8 @@ frappe.help.help_links['Form/Item'] = [
{ label: 'Item Wise Taxation', url: docsUrl + 'user/manual/en/accounts/item-wise-taxation' },
{ label: 'Managing Fixed Assets', url: docsUrl + 'user/manual/en/accounts/managing-fixed-assets' },
{ label: 'Item Codification', url: docsUrl + 'user/manual/en/stock/item/item-codification' },
{ label: 'Item Variants', url: docsUrl + 'user/manual/en/stock/item/item-variants' },
{ label: 'Item Valuation', url: docsUrl + 'user/manual/en/stock/item/item-valuation-fifo-and-moving-average' },
{ label: 'Item Variants', url: docsUrl + 'user/manual/en/stock/item/item-variants' },
{ label: 'Item Valuation', url: docsUrl + 'user/manual/en/stock/item/item-valuation-fifo-and-moving-average' },
]
frappe.help.help_links['List/Purchase Receipt'] = [