fix: Removed submitted status from Quotation (#18055)

* 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:05:51 +05:30
committed by Nabin Hait
parent 07aae76bbf
commit ea0574679f
5 changed files with 904 additions and 3342 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"],