Remove clearing of entitymanager. #654
This commit is contained in:
parent
3315565000
commit
618769ab5d
1 changed files with 0 additions and 2 deletions
|
|
@ -125,8 +125,6 @@ class WarrantyHandler
|
||||||
|
|
||||||
// update customer vehicle with warranty info
|
// update customer vehicle with warranty info
|
||||||
$this->updateCustomerVehicle($serial, $batt_list, $plate_number, $date_expire);
|
$this->updateCustomerVehicle($serial, $batt_list, $plate_number, $date_expire);
|
||||||
|
|
||||||
// $this->em->clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function updateCustomerVehicle($serial, $batteries, $plate_number, $date_expire)
|
public function updateCustomerVehicle($serial, $batteries, $plate_number, $date_expire)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue