mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
Co-authored-by: Praveenkumar Dhanasekar <164200710+Praveenku-mar@users.noreply.github.com> fix: update return value in workstation list view indicator (#54198)
This commit is contained in:
@@ -10,6 +10,6 @@ frappe.listview_settings["Workstation"] = {
|
||||
Setup: "blue",
|
||||
};
|
||||
|
||||
return [__(doc.status), color_map[doc.status], true];
|
||||
return [__(doc.status), color_map[doc.status], "status,=," + doc.status];
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user