chore: linting issues

(cherry picked from commit fb3da124e5)
This commit is contained in:
Deepesh Garg
2022-06-14 10:50:38 +05:30
committed by Mergify
parent 37ba550398
commit 823cf88c3c

View File

@@ -17,7 +17,7 @@ frappe.listview_settings['Quotation'] = {
get_indicator: function(doc) {
if(doc.status==="Open") {
return [__("Open"), "orange", "status,=,Open"];
} else if(doc.status==="Partially Ordered") {
} else if (doc.status==="Partially Ordered") {
return [__("Partially Ordered"), "yellow", "status,=,Partially Ordered"];
} else if(doc.status==="Ordered") {
return [__("Ordered"), "green", "status,=,Ordered"];