fix modified by, blur serial field

This commit is contained in:
pratu16x7 2017-06-20 17:53:08 +05:30
parent 26b8f5c3ce
commit 934105bf34
2 changed files with 429 additions and 429 deletions

View File

@ -426,7 +426,7 @@
"istable": 0,
"max_attachments": 5,
"modified": "2017-05-21 21:00:11.096038",
"modified_by": "prateeksha@erpnext.com",
"modified_by": "Administrator",
"module": "Stock",
"name": "Batch",
"owner": "harshada@webnotestech.com",

View File

@ -759,6 +759,7 @@ erpnext.stock.bind_batch_serial_dialog_qty = (dialog, warehouse_details) => {
}
}
serial_no_link.set_input('');
serial_no_link.$input.blur();
});
serial_no_list_field.$input.on('input', function() {
@ -802,7 +803,6 @@ erpnext.stock.bind_batch_serial_dialog_qty = (dialog, warehouse_details) => {
} else {
frappe.throw(__("Please select a warehouse to get available quantities"));
}
}
});