mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
[minor] [oops] removed print
This commit is contained in:
@@ -6,7 +6,6 @@ from core.doctype.notification_count.notification_count import clear_doctype_not
|
||||
from stock.doctype.material_request.material_request import update_completed_qty
|
||||
|
||||
def on_method(bean, method):
|
||||
print method
|
||||
if method in ("on_update", "on_submit"):
|
||||
update_feed(bean.controller, method)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user