BUG 14130 "Date is not showing correctly in..." SOLVED

- Date is not showing correctly in process map with unread new cases
- Problema resuelto, cuando un Supervisor de Procesos revisa el estado del proceso con los casos no leidos en
  HOME>PROCESS SUPERVISOR>REVIEW, click en "Information" seleccionando la opcion "Process map", en el popup se
  mostraba en el label "Init Date" con la fecha de "1969-12-31" dando a confusion.
  Se corrige y en su lugar se muestra el mensaje "Case not yet started".
This commit is contained in:
Luis Fernando Saisa Lopez
2014-03-25 15:26:05 -04:00
parent a12bfb72ef
commit bf3151951f

View File

@@ -9,11 +9,11 @@
<en>User</en>
</USER>
<INIT_DATE type="date" mode="view">
<INIT_DATE type="text" mode="view">
<en>Init Date</en>
</INIT_DATE>
<DUE_DATE type="date" mode="view">
<DUE_DATE type="text" mode="view">
<en>Due date</en>
</DUE_DATE>
@@ -25,4 +25,4 @@
<en>Duration</en>
</DURATION>
</dynaForm>
</dynaForm>