Add all batteries to Battery dropdown in JO form. #465
This commit is contained in:
parent
75ff5bcdbb
commit
1b88baa3de
1 changed files with 0 additions and 2 deletions
|
|
@ -511,7 +511,6 @@ class VehicleController extends Controller
|
|||
}
|
||||
|
||||
// add all other batteries, because they want options
|
||||
/*
|
||||
foreach ($all_batts as $battery)
|
||||
{
|
||||
// if we already listed it
|
||||
|
|
@ -529,7 +528,6 @@ class VehicleController extends Controller
|
|||
'warr_commercial' => $battery->getWarrantyCommercial(),
|
||||
];
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
// NOTE: no need to order by price for control center / only for app
|
||||
|
|
|
|||
Loading…
Reference in a new issue