This commit is contained in:
Laurent Destailleur 2016-11-22 20:40:45 +01:00
parent 15468d88a0
commit cad4acffd2

View File

@ -235,7 +235,7 @@ class Account extends CommonObject
$this->status = array(
self::STATUS_OPEN => $langs->trans("StatusAccountOpened"),
self::STATUS_CLOSED => $langs->trans("StatusAccountOpened")
self::STATUS_CLOSED => $langs->trans("StatusAccountClosed")
);
}