custom field added for item - domainification, password changed

This commit is contained in:
Zlash65
2018-10-10 14:25:53 +05:30
parent 275ef826a4
commit d1fbaf8f32
2 changed files with 17 additions and 2 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) {