[enhancement] add status in customer, supplier
This commit is contained in:
@@ -127,15 +127,18 @@ doc_events = {
|
||||
"on_update": "erpnext.hr.doctype.employee.employee.update_user_permissions",
|
||||
"on_update": "erpnext.utilities.doctype.contact.contact.update_contact"
|
||||
},
|
||||
"Sales Taxes and Charges Template": {
|
||||
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
||||
},
|
||||
"Price List": {
|
||||
("Sales Taxes and Charges Template", 'Price List'): {
|
||||
"on_update": "erpnext.shopping_cart.doctype.shopping_cart_settings.shopping_cart_settings.validate_cart_settings"
|
||||
},
|
||||
"Address": {
|
||||
"validate": "erpnext.shopping_cart.cart.set_customer_in_address"
|
||||
}
|
||||
},
|
||||
|
||||
# bubble transaction notification on master
|
||||
('Opportunity', 'Quotation', 'Sales Order', 'Sales Invoice', 'Supplier Quotation',
|
||||
'Purchase Order', 'Purchase Invoice', 'Project', 'Issue'): {
|
||||
'on_update': 'erpnext.accounts.party_status.notify_status'
|
||||
}
|
||||
}
|
||||
|
||||
scheduler_events = {
|
||||
|
||||
Reference in New Issue
Block a user