Zeiterfassung Fahrzeugverwaltung neue Features:
* KM-Stand History * Journal * Neue Felder
This commit is contained in:
@@ -5,7 +5,9 @@ class TimerecordingCarJournalModel
|
||||
private $timerecordingCar_id;
|
||||
private $journal;
|
||||
private $timestamp;
|
||||
|
||||
private $deleted;
|
||||
private $edit_by;
|
||||
|
||||
|
||||
public static function find($data)
|
||||
{
|
||||
@@ -116,7 +118,7 @@ class TimerecordingCarJournalModel
|
||||
if (array_key_exists("timerecordingCar_id", $filter)) {
|
||||
$timerecordingCar_id = $filter['timerecordingCar_id'];
|
||||
if (is_numeric($timerecordingCar_id)) {
|
||||
$where .= " AND timerecordingCar_id=$timerecordingCar_id";
|
||||
$where .= " AND timerecordingCar_id=$timerecordingCar_id AND deleted =0";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user