Zeiterfassung neues Feature:

Features für Project 7832:
* Das Pickerldatum Zusatzfeld
* Auftrennen PKW und Anhänger
* Dokumente Upload
* Standardsortierung
* Ausgeschieden Flag mit Datum
* zusätzliche migration
This commit is contained in:
Daniel Spitzer
2025-03-10 14:32:45 +01:00
parent c42b409972
commit e6131cda88
5 changed files with 93 additions and 60 deletions

View File

@@ -212,7 +212,16 @@ class TimerecordingCarController extends mfBaseController
$returnUrl = "TimerecordingCar";
$returnAction = "detail";
$returnVariables = array("id" => $id);
if ($this->request->hash) {
$returnVariables['hash'] = $this->request->hash;
}
} else
{
if ($this->request->hash) {
$returnAnker = $this->request->hash;
}
}
TimerecordingCarModel::calcMileage();
if (!$id) {