Rename flag_latest to flag_new in constructor. #526

This commit is contained in:
Korina Cordero 2020-12-07 05:00:46 +00:00
parent debc3bc8cb
commit 0d7ff77a07

View file

@ -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)