FIX translation key ErrorPrefixRequired

The correct translation key is ErrorPrefixRequired
This commit is contained in:
Josep Lluís 2020-04-14 07:01:53 +02:00 committed by GitHub
parent 8363b1a50e
commit eda398b1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
* Copyright (C) 2015 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
* Copyright (C) 2017 Rui Strecht <rui.strecht@aliartalentos.com>
* Copyright (C) 2018 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2019 Josep Lluís Amador <joseplluis@lliuretic.cat>
* Copyright (C) 2019-2020 Josep Lluís Amador <joseplluis@lliuretic.cat>
* Copyright (C) 2019 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
@ -965,7 +965,7 @@ class Societe extends CommonObject
}
elseif ($rescode == -5)
{
$this->errors[] = 'ErrorprefixRequired';
$this->errors[] = 'ErrorPrefixRequired';
}
$result = -3;
}