Fix typo when calling getBatterySize(). #227
This commit is contained in:
parent
13b955d0b6
commit
79b0d3082d
1 changed files with 1 additions and 1 deletions
|
|
@ -1881,7 +1881,7 @@ class APIController extends Controller
|
|||
$batt_model = $warranty->getBatteryModel()->getName();
|
||||
}
|
||||
if (!(is_null($warranty->getBatterySize()))) {
|
||||
$batt_size = $warranty->getBattyerSize()->getName();
|
||||
$batt_size = $warranty->getBatterySize()->getName();
|
||||
}
|
||||
if (!(is_null($warranty->getSAPBattery()))) {
|
||||
$sap_batt = $warranty->getSAPBattery()->getID();
|
||||
|
|
|
|||
Loading…
Reference in a new issue