module training - replace expected column "Status" by "Statut"
This commit is contained in:
parent
db55d992b3
commit
0c72608349
@ -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();
|
||||
|
@ -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 />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user