Commit 81740ff0 authored by Khumoyunmirzo Sodiqov's avatar Khumoyunmirzo Sodiqov

Release 28.10.2019

(
   - Disabled Auto LogIn before Register
)
parent 547b4320
...@@ -290,7 +290,7 @@ class OrderController extends Controller ...@@ -290,7 +290,7 @@ class OrderController extends Controller
} }
if ($orderProducts != null) { if ($orderProducts != null) {
foreach ($orderProducts as $item) { foreach ($orderProducts as $item) {
$price += $item[2] * $item[1]; $price += $item[2];
// $weight += $item[2]; // $weight += $item[2];
$amount += $item[1]; $amount += $item[1];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment