Merge pull request #38087 from frappe/version-13-hotfix

chore: release v13
This commit is contained in:
Deepesh Garg
2023-11-14 18:25:03 +05:30
committed by GitHub

View File

@@ -532,6 +532,7 @@ def check_credit_limit(customer, company, ignore_outstanding_sales_order=False,
primary_action={
"label": "Send Email",
"server_action": "erpnext.selling.doctype.customer.customer.send_emails",
"hide_on_success": True,
"args": {
"customer": customer,
"customer_outstanding": customer_outstanding,