From 0bab81aef99cf54681799624e6b2291dc930f12c Mon Sep 17 00:00:00 2001 From: nabinhait Date: Tue, 29 Jul 2014 12:59:47 +0530 Subject: [PATCH] minor fix in chart of accounts help message --- .../accounts/page/accounts_browser/accounts_browser.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/accounts/page/accounts_browser/accounts_browser.js b/erpnext/accounts/page/accounts_browser/accounts_browser.js index 5fe1618c2ac..30ba3af3dc6 100644 --- a/erpnext/accounts/page/accounts_browser/accounts_browser.js +++ b/erpnext/accounts/page/accounts_browser/accounts_browser.js @@ -24,17 +24,17 @@ pscript['onload_Accounts Browser'] = function(wrapper){ '
    '+ '
  1. '+__('To add child nodes, explore tree and click on the node under which you want to add more nodes.')+'
  2. '+ '
  3. '+ - __('Accounting Entries can be made against leaf nodes, called')+ - '' +__('Ledgers')+'.'+ __('Entries against') + - '' +__('Groups') + ''+ __('are not allowed.')+ + __('Accounting Entries can be made against leaf nodes, called ')+ + '' +__('Ledgers')+'.'+ __('Entries against ') + + '' +__('Groups') + ''+ __(' are not allowed.')+ '
  4. '+ '
  5. '+__('Please do NOT create Account (Ledgers) for Customers and Suppliers. They are created directly from the Customer / Supplier masters.')+'
  6. '+ '
  7. '+ - ''+__('To create a Bank Account:')+''+ + ''+__('To create a Bank Account: ')+''+ __('Go to the appropriate group (usually Application of Funds > Current Assets > Bank Accounts and create a new Account Ledger (by clicking on Add Child) of type "Bank"')+ '
  8. '+ '
  9. '+ - ''+__('To create a Tax Account:')+''+ + ''+__('To create a Tax Account: ')+''+ __('Go to the appropriate group (usually Source of Funds > Current Liabilities > Taxes and Duties and create a new Account Ledger (by clicking on Add Child) of type "Tax" and do mention the Tax rate.')+ '
  10. '+ '
'+