[Fix] batch no searching in pos

This commit is contained in:
Rohit Waghchaure
2016-07-30 16:49:48 +05:30
parent 62658fde45
commit a88dec8775
5 changed files with 24 additions and 11 deletions

View File

@@ -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);
}
},