Resolve "Resq - September 10 release" #1414

Merged
jankstudio merged 67 commits from 485-resq-september-10-release into master 2020-10-12 14:43:29 +00:00
Showing only changes of commit fb8dabc269 - Show all commits

View file

@ -511,6 +511,7 @@ 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
@ -528,6 +529,7 @@ 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