Merge branch 'develop' into payment-terms

This commit is contained in:
Nabin Hait
2017-11-17 12:41:56 +05:30
committed by GitHub
245 changed files with 45464 additions and 35143 deletions

View File

@@ -20,7 +20,7 @@ def post_process(remote_doc=None, local_doc=None, **kwargs):
opportunity = frappe.get_doc({
'doctype': 'Opportunity',
'naming_series': 'OPTY-',
'enquiry_type': 'Sales',
'opportunity_type': 'Hub',
'enquiry_from': 'Lead',
'status': 'Open',
'lead': lead.name,