module training - replace expected column "Status" by "Statut"

This commit is contained in:
Rodney Figaro 2017-03-23 17:19:36 +01:00
parent db55d992b3
commit 0c72608349
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class TrainingBilan
'Nom pharmacie' => self::COL_PHARMACY,
'Ville' => self::COL_CITY,
'Date' => self::COL_ATTEMPT_DATE,
'Status' => self::COL_STATUS,
'Statut' => self::COL_STATUS,
);
self::$bilan = array();

View File

@ -121,7 +121,7 @@ La casse n'a pas d'importante ici aussi (majuscules / minuscules).
- Nom pharmacie<br />
- Ville<br />
- Date<br />
- Status<br />
- Statut<br />
</div>
<br />