Merge branch 'spidev' into 'master'
Zeiterfassung Update See merge request fronk/thetool!350
This commit is contained in:
@@ -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]) ?>";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user