Explorar el Código

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

refactoring
Guillaume hace 1 año
padre
commit
b8cd8bce23
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      common/models/CreditHistory.php

+ 4
- 0
common/models/CreditHistory.php Ver fichero

@@ -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() ;

Cargando…
Cancelar
Guardar