diff --git a/src/Entity/SAPBattery.php b/src/Entity/SAPBattery.php index 55ed0b5a..45c5c37e 100644 --- a/src/Entity/SAPBattery.php +++ b/src/Entity/SAPBattery.php @@ -54,7 +54,7 @@ class SAPBattery public function __construct() { $this->date_create = new DateTime(); - $this->flag_latest = false; + $this->flag_new = false; } public function setID($id)