fix: linter issues
This commit is contained in:
parent
6eb779392e
commit
6dda1548bc
@ -10,9 +10,9 @@ from frappe.email.inbox import link_communication_to_document
|
||||
from frappe.model.mapper import get_mapped_doc
|
||||
from frappe.utils import cint, cstr, flt, get_fullname
|
||||
|
||||
rom erpnext.crm.utils import add_link_in_communication, copy_comments
|
||||
from erpnext.setup.utils import get_exchange_rate
|
||||
from erpnext.utilities.transaction_base import TransactionBase
|
||||
from erpnext.crm.utils import copy_comments, add_link_in_communication
|
||||
|
||||
|
||||
class Opportunity(TransactionBase):
|
||||
|
@ -6,7 +6,7 @@ from frappe.contacts.address_and_contact import load_address_and_contact
|
||||
from frappe.model.document import Document
|
||||
from frappe.model.mapper import get_mapped_doc
|
||||
|
||||
from erpnext.crm.utils import copy_comments, add_link_in_communication
|
||||
from erpnext.crm.utils import add_link_in_communication, copy_comments
|
||||
|
||||
|
||||
class Prospect(Document):
|
||||
|
@ -8,7 +8,7 @@ from frappe.model.mapper import get_mapped_doc
|
||||
from frappe.utils import flt, getdate, nowdate
|
||||
|
||||
from erpnext.controllers.selling_controller import SellingController
|
||||
from erpnext.crm.utils import copy_comments, add_link_in_communication
|
||||
from erpnext.crm.utils import add_link_in_communication, copy_comments
|
||||
|
||||
form_grid_templates = {
|
||||
"items": "templates/form_grid/item_grid.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user