From 0d7ff77a078183df6153a9a53c56dac9fbfb169a Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 7 Dec 2020 05:00:46 +0000 Subject: [PATCH] Rename flag_latest to flag_new in constructor. #526 --- src/Entity/SAPBattery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)