瀏覽代碼

[Administration] Utilisateur > Crédit : montant débité 0,00 € #710

refactoring
Guillaume 1 年之前
父節點
當前提交
b8cd8bce23
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      common/models/CreditHistory.php

+ 4
- 0
common/models/CreditHistory.php 查看文件

@@ -172,6 +172,10 @@ class CreditHistory extends ActiveRecordCommon
*/
public function save($runValidation = true, $attributeNames = NULL)
{
if($this->amount > -0.01 && $this->amount < 0.01) {
return false;
}

// initialisation du commentaire avant sauvegarde
$this->comment .= $this->getStrComment() ;

Loading…
取消
儲存