From eaa6d216914b60637f167ace6b57c7ce495b24e0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 28 Dec 2011 17:18:09 +0530 Subject: [PATCH] Changed link for customer master and supplier master in accounts browser --- erpnext/accounts/page/accounts_browser/accounts_browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/page/accounts_browser/accounts_browser.js b/erpnext/accounts/page/accounts_browser/accounts_browser.js index 2a2435b0ad..61b36d2131 100644 --- a/erpnext/accounts/page/accounts_browser/accounts_browser.js +++ b/erpnext/accounts/page/accounts_browser/accounts_browser.js @@ -31,7 +31,7 @@ pscript.make_chart = function(b) { var footer = $a($i('ab_body'),'div','',{backgroundColor: "#FFD", padding: "8px", color: "#444", fontSize: "12px", marginTop: "14px"}); var help1 = $a(footer,'span'); - help1.innerHTML = "Note: To create accounts for Customers and Suppliers, please create Customer and Supplier" + help1.innerHTML = "Note: To create accounts for Customers and Suppliers, please create Customer and Supplier" + " Masters. This will ensure that the accounts are linked to your Selling and Buying Processes. The Account Heads for Customer and Supplier will automatically be created." }