fix(manufacturing): apply work order status filter in job card (#53776)

This commit is contained in:
Pandiyan P
2026-03-25 13:24:07 +05:30
committed by GitHub
parent d6afb9b10a
commit 78635ebe99

View File

@@ -31,8 +31,6 @@ frappe.ui.form.on("Job Card", {
};
});
<<<<<<< HEAD
=======
frm.set_query("operation", "time_logs", () => {
let operations = (frm.doc.sub_operations || []).map((d) => d.sub_operation);
return {
@@ -61,7 +59,6 @@ frappe.ui.form.on("Job Card", {
};
});
>>>>>>> d43d308e2f (fix(manufacturing): apply work order status filter in job card (#53766))
frm.set_indicator_formatter("sub_operation", function (doc) {
if (doc.status == "Pending") {
return "red";