mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fixed test cases webnotes/wnframework#351
This commit is contained in:
@@ -29,7 +29,6 @@ feed_dict = {
|
|||||||
'Sales Order': ['[%(status)s] To %(customer_name)s worth %(currency)s %(grand_total_export)s', '#4169E1'],
|
'Sales Order': ['[%(status)s] To %(customer_name)s worth %(currency)s %(grand_total_export)s', '#4169E1'],
|
||||||
|
|
||||||
# Purchase
|
# Purchase
|
||||||
'Material Request': ['%(supplier_name)s, %(supplier_type)s', '#6495ED'],
|
|
||||||
'Supplier': ['%(supplier_name)s, %(supplier_type)s', '#6495ED'],
|
'Supplier': ['%(supplier_name)s, %(supplier_type)s', '#6495ED'],
|
||||||
'Purchase Order': ['[%(status)s] %(name)s To %(supplier_name)s for %(currency)s %(grand_total_import)s', '#4169E1'],
|
'Purchase Order': ['[%(status)s] %(name)s To %(supplier_name)s for %(currency)s %(grand_total_import)s', '#4169E1'],
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,8 @@ bean_event *:on_update:webnotes.core.doctype.notification_count.notification_
|
|||||||
bean_event *:on_cancel:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
|
bean_event *:on_cancel:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
|
||||||
bean_event *:on_trash:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
|
bean_event *:on_trash:webnotes.core.doctype.notification_count.notification_count.clear_doctype_notifications
|
||||||
|
|
||||||
bean_event Stock Entry:on_update:erpnext.stock.doctype.material_request.material_request.update_completed_qty
|
bean_event Stock Entry:on_submit:erpnext.stock.doctype.material_request.material_request.update_completed_qty
|
||||||
|
bean_event Stock Entry:on_cancel:erpnext.stock.doctype.material_request.material_request.update_completed_qty
|
||||||
|
|
||||||
standard_queries Warehouse:erpnext.stock.utils.get_warehouse_list
|
standard_queries Warehouse:erpnext.stock.utils.get_warehouse_list
|
||||||
standard_queries Customer:erpnext.selling.utils.get_customer_list
|
standard_queries Customer:erpnext.selling.utils.get_customer_list
|
||||||
|
|||||||
Reference in New Issue
Block a user