mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix modified by, blur serial field
This commit is contained in:
@@ -426,7 +426,7 @@
|
|||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 5,
|
"max_attachments": 5,
|
||||||
"modified": "2017-05-21 21:00:11.096038",
|
"modified": "2017-05-21 21:00:11.096038",
|
||||||
"modified_by": "prateeksha@erpnext.com",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Batch",
|
"name": "Batch",
|
||||||
"owner": "harshada@webnotestech.com",
|
"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.set_input('');
|
||||||
|
serial_no_link.$input.blur();
|
||||||
});
|
});
|
||||||
|
|
||||||
serial_no_list_field.$input.on('input', function() {
|
serial_no_list_field.$input.on('input', function() {
|
||||||
@@ -802,7 +803,6 @@ erpnext.stock.bind_batch_serial_dialog_qty = (dialog, warehouse_details) => {
|
|||||||
} else {
|
} else {
|
||||||
frappe.throw(__("Please select a warehouse to get available quantities"));
|
frappe.throw(__("Please select a warehouse to get available quantities"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user