Skip to content

Commit 0a3f9f0

Browse files
fix: update return value in workstation list view indicator (backport #54198) (#54200)
Co-authored-by: Praveenkumar Dhanasekar <164200710+Praveenku-mar@users.noreply.github.com> fix: update return value in workstation list view indicator (#54198)
1 parent cb24d94 commit 0a3f9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/manufacturing/doctype/workstation/workstation_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ frappe.listview_settings["Workstation"] = {
1010
Setup: "blue",
1111
};
1212

13-
return [__(doc.status), color_map[doc.status], true];
13+
return [__(doc.status), color_map[doc.status], "status,=," + doc.status];
1414
},
1515
};

0 commit comments

Comments
 (0)