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
diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index 747177a..9c1f3ea 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -604,4 +604,5 @@
 erpnext.patches.v11_1.delete_scheduling_tool
 erpnext.patches.v12_0.make_custom_fields_for_bank_remittance #14-06-2019
 execute:frappe.delete_doc_if_exists("Page", "support-analytics")
-erpnext.patches.v12_0.make_item_manufacturer
\ No newline at end of file
+erpnext.patches.v12_0.make_item_manufacturer
+erpnext.patches.v12_0.set_quotation_status
\ No newline at end of file