RT future ticket resolve, #13853
[freeside.git] / rt / share / html / Ticket / Elements / EditDates
index bfa3a30..371f6e3 100755 (executable)
       <& /Elements/SelectDate, menu_prefix => 'Due', current => 0 &> (<% $TicketObj->DueObj->AsString %>)
     </td>
   </tr>
+  <tr>
+    <td class="label"><&|/l&>Close After</&>:</td>
+    <td class="entry">
+      <& /Elements/SelectDate, menu_prefix => 'WillResolve', current => 0 &> (<% $TicketObj->WillResolveObj->AsString %>)
+    </td>
+  </tr>
 % $m->callback( %ARGS, CallbackName => 'EndOfList', Ticket => $TicketObj );
 </table>
 <%ARGS>