fix: Removed submitted status from quotation (#18054)

* fix: Change in list view and status updater

* fix: Change status in doctype

* fix: Patch for submitted status
This commit is contained in:
Deepesh Garg
2019-06-26 11:06:14 +05:30
committed by Nabin Hait
parent 840bfa87e8
commit 3957880370
5 changed files with 14 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ status_map = {
],
"Quotation": [
["Draft", None],
["Submitted", "eval:self.docstatus==1"],
["Open", "eval:self.docstatus==1"],
["Lost", "eval:self.status=='Lost'"],
["Ordered", "has_sales_order"],
["Cancelled", "eval:self.docstatus==2"],