Zeiterfassung

Bugfix:
* Datumssortierung bie Verrechnung/Abrechnung gefixt
This commit is contained in:
Daniel Spitzer
2025-01-08 19:31:22 +01:00
parent 4eaed59707
commit 48dcb5799d

View File

@@ -64,7 +64,7 @@
}
?>
<tr>
<td class="text-center"><a
<td data-order="<?= strtotime("01.".$month) ?>" class="text-center"><a
href="<?= self::getUrl("TimerecordingBilling", "detail", ["month" => $month]) ?>"> <?= $month ?></a>
</td>
<td class="text-center"><?= $closed ?></td>