Resolve missed merge conflict. #329
This commit is contained in:
parent
60e3d3673f
commit
49d0e6b97e
1 changed files with 0 additions and 7 deletions
|
|
@ -651,16 +651,9 @@ class RAPIController extends Controller
|
||||||
// TODO: this has to move to JOHandler
|
// TODO: this has to move to JOHandler
|
||||||
$this->updateVehicleBattery($jo);
|
$this->updateVehicleBattery($jo);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// create warranty
|
|
||||||
if ($jo->getServiceType() == ServiceType::BATTERY_REPLACEMENT_NEW)
|
|
||||||
=======
|
|
||||||
$em->flush();
|
|
||||||
|
|
||||||
// create warranty
|
// create warranty
|
||||||
if (($jo->getServiceType() == ServiceType::BATTERY_REPLACEMENT_NEW) ||
|
if (($jo->getServiceType() == ServiceType::BATTERY_REPLACEMENT_NEW) ||
|
||||||
($jo->getServiceType() == CMBServiceType::BATTERY_REPLACEMENT_NEW))
|
($jo->getServiceType() == CMBServiceType::BATTERY_REPLACEMENT_NEW))
|
||||||
>>>>>>> 3e2d0db5cd7c0e67f7c41c61f98761d38e424adc
|
|
||||||
{
|
{
|
||||||
$serial = null;
|
$serial = null;
|
||||||
$warranty_class = $jo->getWarrantyClass();
|
$warranty_class = $jo->getWarrantyClass();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue