mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
refactor: remove print func
This commit is contained in:
@@ -440,8 +440,6 @@ def make_opportunity(source_name, target_doc=None):
|
|||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def make_payment_entry(source_name, target_doc=None):
|
def make_payment_entry(source_name, target_doc=None):
|
||||||
print(source_name, target_doc)
|
|
||||||
|
|
||||||
def set_missing_values(source, target):
|
def set_missing_values(source, target):
|
||||||
_set_missing_values(source, target)
|
_set_missing_values(source, target)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user