File tree 2 files changed +2
-2
lines changed
app/Domain/Timesheets/Templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 243
243
<td data-order="<?= $ tpl ->e ($ row ['clientName ' ]); ?> "><a href="<?= BASE_URL ?> /clients/showClient/<?php echo $ row ['clientId ' ]; ?> "><?php $ tpl ->e ($ row ['clientName ' ]); ?> </a></td>
244
244
245
245
<td><?php printf ($ tpl ->__ ("text.full_name " ), $ tpl ->escape ($ row ["firstname " ]), $ tpl ->escape ($ row ['lastname ' ])); ?> </td>
246
- <td><?php echo $ tpl ->__ ($ tpl ->get ('kind ' )[$ row ['kind ' ]]); ?> </td>
246
+ <td><?php echo $ tpl ->__ ($ tpl ->get ('kind ' )[$ row ['kind ' ] ?? ' GENERAL_BILLABLE ' ] ?? $ tpl -> get ( ' kind ' )[ ' GENERAL_BILLABLE ' ]); ?> </td>
247
247
248
248
<td><?php echo $ tpl ->escape ($ row ["milestone " ]); ?> </td>
249
249
<td><?php echo $ tpl ->escape ($ row ["tags " ]); ?> </td>
Original file line number Diff line number Diff line change 293
293
<a href="#/tickets/showTicket/<?php echo $ timeRow ['ticketId ' ]; ?> "><?php $ tpl ->e ($ timeRow ['headline ' ]); ?> </a>
294
294
</td>
295
295
<td width="10%">
296
- <?php echo $ tpl ->__ ($ tpl ->get ('kind ' )[$ timeRow ['kind ' ]]); ?>
296
+ <?php echo $ tpl ->__ ($ tpl ->get ('kind ' )[$ row ['kind ' ] ?? ' GENERAL_BILLABLE ' ] ?? $ tpl -> get ( ' kind ' )[ ' GENERAL_BILLABLE ' ]); ?>
297
297
<?php if ($ timeRow ['hasTimesheetOffset ' ]) { ?>
298
298
<i class="fa-solid fa-clock-rotate-left pull-right label-blue"
299
299
data-tippy-content="This entry was likely created using a different timezone. Only existing entries can be updated in this timezone">
You can’t perform that action at this time.
0 commit comments