Qual: Uniformize code
This commit is contained in:
parent
8aa6382206
commit
c58a6adf2e
@ -121,13 +121,11 @@ if ($resql)
|
|||||||
print_barre_liste($langs->trans("SocialContributions"),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$totalnboflines);
|
print_barre_liste($langs->trans("SocialContributions"),$page,$_SERVER["PHP_SELF"],$param,$sortfield,$sortorder,'',$num,$totalnboflines);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($mesg)
|
|
||||||
{
|
dol_htmloutput_mesg($mesg);
|
||||||
print $mesg."<br>";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (empty($mysoc->pays_id) && empty($mysoc->pays_code))
|
if (empty($mysoc->country_id) && empty($mysoc->country_code))
|
||||||
{
|
{
|
||||||
print '<div class="error">';
|
print '<div class="error">';
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user