fix: close Credit Limit Crossed
dialog (#38052)
This commit is contained in:
parent
9fde782403
commit
94faa44697
@ -501,6 +501,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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user