mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
[cart] create quotation on checkout
This commit is contained in:
@@ -170,9 +170,6 @@ class DocType(SellingController):
|
||||
def on_update(self):
|
||||
# Set Quotation Status
|
||||
webnotes.conn.set(self.doc, 'status', 'Draft')
|
||||
|
||||
# subject for follow
|
||||
self.doc.subject = '[%(status)s] To %(customer)s worth %(currency)s %(grand_total)s' % self.doc.fields
|
||||
|
||||
#update enquiry
|
||||
#------------------
|
||||
|
||||
Reference in New Issue
Block a user