fix: Add missing semicolon
This commit is contained in:
parent
fba7cae2c9
commit
c82aed0718
@ -6,9 +6,9 @@ frappe.listview_settings['Serial No'] = {
|
||||
} else if (doc.delivery_document_type) {
|
||||
return [__("Delivered"), "green", "delivery_document_type,is,set|is_cancelled,=,No"];
|
||||
} else if (doc.warranty_expiry_date && frappe.datetime.get_diff(doc.warranty_expiry_date, frappe.datetime.nowdate()) <= 0) {
|
||||
return [__("Expired"), "red", "warranty_expiry_date,not in,|warranty_expiry_date,<=,Today|delivery_document_type,is,not set|is_cancelled,=,No"]
|
||||
return [__("Expired"), "red", "warranty_expiry_date,not in,|warranty_expiry_date,<=,Today|delivery_document_type,is,not set|is_cancelled,=,No"];
|
||||
} else {
|
||||
return [__("Active"), "green", "delivery_document_type,is,not set|is_cancelled,=,No"];
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user