mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +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
|
from stock.doctype.material_request.material_request import update_completed_qty
|
||||||
|
|
||||||
def on_method(bean, method):
|
def on_method(bean, method):
|
||||||
print method
|
|
||||||
if method in ("on_update", "on_submit"):
|
if method in ("on_update", "on_submit"):
|
||||||
update_feed(bean.controller, method)
|
update_feed(bean.controller, method)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user