Merge branch 'spidev' into 'master'

Zeiterfassung Update

See merge request fronk/thetool!350
This commit is contained in:
Daniel Spitzer
2024-04-29 18:18:58 +00:00
5 changed files with 93 additions and 8 deletions
+4
View File
@@ -89,6 +89,10 @@ $years[time() - 31536000] = date('Y', time() - 31536000);
.form-check-label {
margin-top: 2px;
}
.holiday-text
{
color: #d70000;
}
</style>
<!-- start page title -->
@@ -139,7 +139,7 @@
month: $.trim($('#month').data('month')),
ajax: 1
}).done(function (data) {
window.location.href = "<?= self::getUrl("TimerecordingBilling", "detailClosed", ['month' => $month]) ?>";
window.location.href = "<?= self::getUrl("TimerecordingBilling", "detail", ['month' => $month]) ?>";
});
}