[minor fix] Status fix in listview
This commit is contained in:
parent
8bd96f1c08
commit
556536615e
@ -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"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user