Update html.form.class.php
This commit is contained in:
parent
d6766af35d
commit
443e4e2223
@ -5044,11 +5044,11 @@ class Form
|
||||
{
|
||||
if ($societe_vendeuse->id == $mysoc->id)
|
||||
{
|
||||
$return.= '<div class="error">'.$langs->trans("ErrorYourCountryIsNotDefined").'</div>';
|
||||
$return.= '<span class="error">'.$langs->trans("ErrorYourCountryIsNotDefined").'</span>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$return.= '<div class="error">'.$langs->trans("ErrorSupplierCountryIsNotDefined").'</div>';
|
||||
$return.= '<span class="error">'.$langs->trans("ErrorSupplierCountryIsNotDefined").'</span>';
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user