Browse Source

[Administration] Utilisateurs > Crédit : prévenir l'utilisateur par défaut #1319

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
5893c3cd97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/models/CreditForm.php

+ 1
- 1
backend/models/CreditForm.php View File

@@ -57,7 +57,7 @@ class CreditForm extends Model
public $amount ;
public $mean_payment ;
public $comment ;
public $send_mail ;
public $send_mail = 1;

/**
* @inheritdoc

Loading…
Cancel
Save