forked from Wavyzz/dolibarr
Merge pull request #450 from marcosgdf/minor
Normalized thirdparties module card name
This commit is contained in:
@@ -213,7 +213,7 @@ print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = societe_admin_prepare_head(null);
|
$head = societe_admin_prepare_head(null);
|
||||||
|
|
||||||
dol_fiche_head($head, 'general', $langs->trans("ThirdParty"), 0, 'company');
|
dol_fiche_head($head, 'general', $langs->trans("ThirdParties"), 0, 'company');
|
||||||
|
|
||||||
dol_htmloutput_mesg($mesg);
|
dol_htmloutput_mesg($mesg);
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
|
|||||||
|
|
||||||
$head = societe_admin_prepare_head(null);
|
$head = societe_admin_prepare_head(null);
|
||||||
|
|
||||||
dol_fiche_head($head, 'attributes', $langs->trans("ThirdParty"), 0, 'company');
|
dol_fiche_head($head, 'attributes', $langs->trans("ThirdParties"), 0, 'company');
|
||||||
|
|
||||||
|
|
||||||
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user