diff --git a/views/order/_form.php b/views/order/_form.php index 9d5fff8..05932c0 100755 --- a/views/order/_form.php +++ b/views/order/_form.php @@ -91,6 +91,7 @@ JS; field($model, 'payment_id') ->dropDownList($payments) ?> isNewRecord) { ?>
@@ -114,7 +115,7 @@ JS;
orderProducts as $index => $orderProduct) { $sum += ($orderProduct->count * $orderProduct->price) ?> -- libgit2 0.21.4