소스 검색

[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…
취소
저장