mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
[Fix] batch no searching in pos
This commit is contained in:
@@ -31,7 +31,6 @@ frappe.ui.form.on("Timesheet", {
|
||||
|
||||
onload: function(frm){
|
||||
if (frm.doc.__islocal && frm.doc.time_logs) {
|
||||
frm.set_value("employee", "")
|
||||
calculate_time_and_amount(frm);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user