mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #38087 from frappe/version-13-hotfix
chore: release v13
This commit is contained in:
@@ -532,6 +532,7 @@ def check_credit_limit(customer, company, ignore_outstanding_sales_order=False,
|
|||||||
primary_action={
|
primary_action={
|
||||||
"label": "Send Email",
|
"label": "Send Email",
|
||||||
"server_action": "erpnext.selling.doctype.customer.customer.send_emails",
|
"server_action": "erpnext.selling.doctype.customer.customer.send_emails",
|
||||||
|
"hide_on_success": True,
|
||||||
"args": {
|
"args": {
|
||||||
"customer": customer,
|
"customer": customer,
|
||||||
"customer_outstanding": customer_outstanding,
|
"customer_outstanding": customer_outstanding,
|
||||||
|
|||||||
Reference in New Issue
Block a user