mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
(cherry picked from commit 4787a75208)
Co-authored-by: Anupam Kumar <anupamvns0099@gmail.com>
This commit is contained in:
@@ -305,6 +305,8 @@ def make_request_for_quotation(source_name, target_doc=None):
|
|||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def make_customer(source_name, target_doc=None):
|
def make_customer(source_name, target_doc=None):
|
||||||
def set_missing_values(source, target):
|
def set_missing_values(source, target):
|
||||||
|
target.opportunity_name = source.name
|
||||||
|
|
||||||
if source.opportunity_from == "Lead":
|
if source.opportunity_from == "Lead":
|
||||||
target.lead_name = source.party_name
|
target.lead_name = source.party_name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user