mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
minor fix
This commit is contained in:
@@ -30,11 +30,11 @@ pscript['onload_Accounts Browser'] = function(wrapper){
|
|||||||
'</li>'+
|
'</li>'+
|
||||||
'<li>'+__('Please do NOT create Account (Ledgers) for Customers and Suppliers. They are created directly from the Customer / Supplier masters.')+'</li>'+
|
'<li>'+__('Please do NOT create Account (Ledgers) for Customers and Suppliers. They are created directly from the Customer / Supplier masters.')+'</li>'+
|
||||||
'<li>'+
|
'<li>'+
|
||||||
'<b>'+__('To create a Bank Account: ')+'</b>'+
|
'<b>'+__('To create a Bank Account')+'</b>: '+
|
||||||
__('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"')+
|
__('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"')+
|
||||||
'</li>'+
|
'</li>'+
|
||||||
'<li>'+
|
'<li>'+
|
||||||
'<b>'+__('To create a Tax Account: ')+'</b>'+
|
'<b>'+__('To create a Tax Account') +'</b>: '+
|
||||||
__('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.')+
|
__('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.')+
|
||||||
'</li>'+
|
'</li>'+
|
||||||
'</ol>'+
|
'</ol>'+
|
||||||
|
|||||||
Reference in New Issue
Block a user