Migration of Process Panel Done

This commit is contained in:
2026-08-12 20:00:22 +05:30
parent 03dfdd6218
commit c308171de5
21 changed files with 417 additions and 546 deletions

View File

@@ -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" />