cody 2 years ago
parent 31b2e42e39
commit 81da147c99

@ -133,7 +133,6 @@ class HomeController extends CommonController
'product_item_id' => $item->id,
'factor_item_id' => $factor_item->id,
'total' => $total,
'order_total'=>$order_total,
'rate' => round($total / $order_total, 2)
];
}

Loading…
Cancel
Save