Merge pull request #15547 from Zlash65/demo-refactor

Demo data refactor
This commit is contained in:
Ameya Shenoy
2018-10-16 17:34:09 +05:30
committed by GitHub
16 changed files with 914 additions and 568 deletions

View File

@@ -10,7 +10,7 @@ $(document).ready(function() {
"method": "login",
args: {
usr: "demo@erpnext.com",
pwd: "demo",
pwd: "Demo1234567!!!",
lead_email: $("#lead-email").val(),
},
callback: function(r) {