mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
bug fix - show time log in production order operations
This commit is contained in:
@@ -192,8 +192,9 @@ $.extend(cur_frm.cscript, {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
show_time_logs: function(doc, doctype, name) {
|
show_time_logs: function(doc, cdt, cdn) {
|
||||||
frappe.route_options = {"operation": name};
|
var child = locals[cdt][cdn]
|
||||||
|
frappe.route_options = {"operation_id": child.name};
|
||||||
frappe.set_route("List", "Time Log");
|
frappe.set_route("List", "Time Log");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user