Skip to content

Commit

Permalink
Minor Fix to Indiamart Pull Leads
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaduggal committed Aug 5, 2020
1 parent 344393f commit 3f9b307
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,40 @@
"translatable": 0,
"unique": 0
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"columns": 0,
"fetch_if_empty": 0,
"fieldname": "get_leads_manually",
"fieldtype": "Button",
"hidden": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"label": "Get Leads Manually",
"length": 0,
"no_copy": 0,
"options": "get_leads",
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"read_only": 0,
"remember_last_selected_value": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"translatable": 0,
"unique": 0
},
{
"allow_bulk_edit": 0,
"allow_in_quick_entry": 0,
Expand Down Expand Up @@ -352,7 +386,7 @@
"issingle": 1,
"istable": 0,
"max_attachments": 0,
"modified": "2019-10-03 15:53:59.275254",
"modified": "2020-08-05 10:39:44.211277",
"modified_by": "Administrator",
"module": "RIGPL ERPNext",
"name": "IndiaMart Pull Leads",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
# For license information, please see license.txt

from __future__ import unicode_literals
import frappe
from rigpl_erpnext.rigpl_erpnext.scheduled_tasks.indiamart import execute
from frappe.model.document import Document


class IndiaMartPullLeads(Document):
pass

def get_leads(self):
execute()
Loading

0 comments on commit 3f9b307

Please sign in to comment.