Migration of Process Panel Done
This commit is contained in:
@@ -92,7 +92,9 @@
|
||||
<form:checkbox path="cofflist[${mystatus.index}].sms" id="sms${mystatus.count}" value="true" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<form:checkbox path="cofflist[${mystatus.index}].telesheet" id="ts${mystatus.count}" value="true" />
|
||||
<form:checkbox path="cofflist[${mystatus.index}].telesheet" id="ts${mystatus.count}" value="true"
|
||||
disabled="${record.totrtv le 0 and record.tototv le 0}"
|
||||
title="${record.totrtv le 0 and record.tototv le 0 ? 'Tele-Sheet requires RTV or OTV' : ''}" />
|
||||
</td>
|
||||
<td align="center">
|
||||
<form:checkbox path="cofflist[${mystatus.index}].earlier" id="ear${mystatus.count}" value="true" />
|
||||
|
||||
Reference in New Issue
Block a user