Преглед изворни кода

Modification d'un document : bug montant total document #166

dev
Guillaume Bourgeois пре 4 година
родитељ
комит
2a8599ef20
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      common/models/Order.php

+ 3
- 0
common/models/Order.php Прегледај датотеку

@@ -209,6 +209,9 @@ class Order extends ActiveRecordCommon
*/
public function initAmount()
{
$this->amount = 0 ;
$this->weight = 0 ;

if (isset($this->productOrder)) {
foreach ($this->productOrder as $productOrder) {
$this->amount += $productOrder->price * $productOrder->quantity;

Loading…
Откажи
Сачувај