Add all batteries to Battery dropdown in JO form. #465

This commit is contained in:
Korina Cordero 2020-08-18 02:25:31 +00:00
parent 75ff5bcdbb
commit 1b88baa3de

View file

@ -511,7 +511,6 @@ class VehicleController extends Controller
} }
// add all other batteries, because they want options // add all other batteries, because they want options
/*
foreach ($all_batts as $battery) foreach ($all_batts as $battery)
{ {
// if we already listed it // if we already listed it
@ -529,7 +528,6 @@ class VehicleController extends Controller
'warr_commercial' => $battery->getWarrantyCommercial(), 'warr_commercial' => $battery->getWarrantyCommercial(),
]; ];
} }
*/
/* /*
// NOTE: no need to order by price for control center / only for app // NOTE: no need to order by price for control center / only for app