Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
[Fix] Email digest email by document field's value not refreshing on change of document type (
#3479
)
version-14
rohitwaghchaure
hace 8 años
committed by
Nabin Hait
padre
f7b16fc56a
commit
e5dc0af0e1
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
frappe/email/doctype/email_alert/email_alert.js
+ 1
- 0
frappe/email/doctype/email_alert/email_alert.js
Ver fichero
@@ -34,6 +34,7 @@ frappe.email_alert = {
// set first option as blank to allow email alert not to be defaulted to the owner
frm.doc.name).options = [""].concat(["owner"].concat(email_fields));
frm.fields_dict.recipients.grid.refresh();
});
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar