Просмотр исходного кода

[Backend] Correction creditHistorique, missing argument

prodstable
keun 6 лет назад
Родитель
Сommit
82b77e8b55
1 измененных файлов: 5 добавлений и 1 удалений
  1. +5
    -1
      common/models/CommandeAuto.php

+ 5
- 1
common/models/CommandeAuto.php Просмотреть файл

@@ -232,7 +232,11 @@ class CommandeAuto extends \yii\db\ActiveRecord {

if ($commande->getMontant() > 0) {
$commande->creditHistorique(
CreditHistorique::TYPE_PAIEMENT, $commande->getMontant(), $production->id_etablissement, $id_user_action
CreditHistorique::TYPE_PAIEMENT,
$commande->getMontant(),
$production->id_etablissement,
$commande->id_user,
$id_user_action
);
}
}

Загрузка…
Отмена
Сохранить