Resolve "Resq - message prompt for non-serviceable area" #1353

Merged
korina.cordero merged 176 commits from 463-resq-message-prompt-for-non-serviceable-area into 465-resq-august-13-release 2020-08-12 05:41:57 +00:00
Showing only changes of commit 6cb3f1be66 - Show all commits

View file

@ -363,9 +363,10 @@ class CMBInvoiceGenerator implements InvoiceGeneratorInterface
if (!isset($con_batts[$batt_id]))
$con_batts[$batt->getID()] = [
'batt' => $batt,
'qty' => 0
'qty' => $qty
];
$con_batts[$batt_id]['qty']++;
else
$con_batts[$batt_id]['qty'] += $qty;
// no trade-in