瀏覽代碼

[Backend] Correction creditHistorique, missing argument

prodstable
keun 6 年之前
父節點
當前提交
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
);
}
}

Loading…
取消
儲存