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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user