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