mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
Tweaks to success redirect
- 5 seconds wait before redirect - Edited description for URL in settings
This commit is contained in:
@@ -219,7 +219,7 @@ async function submit() {
|
||||
if (window.appointment_settings.success_redirect_url){
|
||||
redirect_url += window.appointment_settings.success_redirect_url;
|
||||
}
|
||||
window.location.href = redirect_url;},2)
|
||||
window.location.href = redirect_url;},5000)
|
||||
},
|
||||
error: (err)=>{
|
||||
frappe.show_alert("Something went wrong please try again");
|
||||
|
||||
Reference in New Issue
Block a user