FIX translation key ErrorPrefixRequired
The correct translation key is ErrorPrefixRequired
This commit is contained in:
parent
8363b1a50e
commit
eda398b1cb
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user