diff --git a/views/order/_form.php b/views/order/_form.php index 69e4d30..262a3db 100755 --- a/views/order/_form.php +++ b/views/order/_form.php @@ -114,7 +114,9 @@ JS; orderProducts as $index => $orderProduct) { + $sum += ($orderProduct->count * $orderProduct->price) ?>
@@ -286,7 +288,7 @@ JS; ?>
- +
Всего:
isNewRecord ? Yii::t('order', 'Create') : Yii::t('order', 'Update'), -- libgit2 0.21.4