[minor fix] Status fix in listview

This commit is contained in:
Saurabh 2015-10-15 18:08:56 +05:30
parent 8bd96f1c08
commit 556536615e

View File

@ -53,7 +53,7 @@ frappe.listview_settings['Sales Order'] = {
} else { } else {
// not ordered // not ordered
return [__("To Deliver"), "orange", return [__("To Order"), "orange",
"per_ordered,<,100|per_billed,=,100|status,!=,Stopped"]; "per_ordered,<,100|per_billed,=,100|status,!=,Stopped"];
} }