Fixed indentation

This commit is contained in:
Nabin Hait 2017-09-21 15:51:42 +05:30
parent 5478a7fa67
commit 6d78f7b862

View File

@ -245,8 +245,8 @@ def make_quotation(source_name, target_doc=None):
return doclist return doclist
@frappe.whitelist() @frappe.whitelist()
def make_request_for_quotation(source_name, target_doc=None): def make_request_for_quotation(source_name, target_doc=None):
doclist = get_mapped_doc("Opportunity", source_name, { doclist = get_mapped_doc("Opportunity", source_name, {
"Opportunity": { "Opportunity": {
"doctype": "Request for Quotation", "doctype": "Request for Quotation",