fix modified by, blur serial field
This commit is contained in:
parent
26b8f5c3ce
commit
934105bf34
@ -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",
|
||||
|
@ -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"));
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user