From eda398b1cba80829072f558a7d0bb644c9c7e56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josep=20Llu=C3=ADs?= Date: Tue, 14 Apr 2020 07:01:53 +0200 Subject: [PATCH] FIX translation key ErrorPrefixRequired The correct translation key is ErrorPrefixRequired --- htdocs/societe/class/societe.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 39ec8fee2e1..ea175c13c6a 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -14,7 +14,7 @@ * Copyright (C) 2015 Raphaël Doursenaud * Copyright (C) 2017 Rui Strecht * Copyright (C) 2018 Philippe Grand - * Copyright (C) 2019 Josep Lluís Amador + * Copyright (C) 2019-2020 Josep Lluís Amador * Copyright (C) 2019 Frédéric France * * 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; }