|
|
@@ -44,6 +44,10 @@
|
|
|
<strong>{{ interService.get("usuario_validador") }}:</strong>
|
|
|
<span>{{ task.USUARIO_VALIDADOR || interService.get("na") }}</span>
|
|
|
</div>
|
|
|
+ <div class="detail-row">
|
|
|
+ <strong>{{ interService.get("usuarios_notificar") }}:</strong>
|
|
|
+ <span>{{ task.USUARIOS_NOTIFICAR || interService.get("na") }}</span>
|
|
|
+ </div>
|
|
|
<div class="detail-row">
|
|
|
<strong>{{ interService.get("regla_validacion") }}:</strong>
|
|
|
<span>{{ task.REGLAS_VALIDACION || interService.get("na") }}</span>
|