Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
Showing only changes of commit 2b48c702d4 - Show all commits

View file

@ -186,7 +186,7 @@ class ImportCMBBatteryDataCommand extends Command
if (!(empty($sdfc)))
{
$this->addBattery($brand_sdfc, $sdfc);
$comp_batteries[] = $$this->batt_hash[$brand_sdfc][$brand_sdfc][$sdfc];
$comp_batteries[] = $this->batt_hash[$brand_sdfc][$brand_sdfc][$sdfc];
}
}
@ -195,7 +195,7 @@ class ImportCMBBatteryDataCommand extends Command
if (!(empty($ultramax)))
{
$this->addBattery($brand_ultramax, $ultramax);
$comp_batteries[] = $$this->batt_hash[$brand_ultramax][$brand_ultramax][$ultramax];
$comp_batteries[] = $this->batt_hash[$brand_ultramax][$brand_ultramax][$ultramax];
}
}