Update erpnext/setup/doctype/manage_account/manage_account.txt

This commit is contained in:
Nabin Hait 2012-03-19 15:48:08 +05:30
parent 422f7e99db
commit 16d9f4942a

View File

@ -391,7 +391,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'HTML', 'fieldtype': 'HTML',
'label': 'CGHelp', 'label': 'CGHelp',
'options': '<a href="javascript:cur_frm.cscript.TreePage(\'Customer Group\');">To manage Customer Groups, click here</a>' 'options': '<a href="#!Sales Browser/Customer Group">To manage Customer Groups, click here</a>'
}, },
# DocField # DocField
@ -408,7 +408,7 @@
'doctype': 'DocField', 'doctype': 'DocField',
'fieldtype': 'HTML', 'fieldtype': 'HTML',
'label': 'TerritoryHelp', 'label': 'TerritoryHelp',
'options': '<a href="javascript:cur_frm.cscript.TreePage(\'Territory\');">To manage Territory, click here</a>' 'options': '<a href="#!Sales Browser/Territory">To manage Territory, click here</a>'
}, },
# DocField # DocField