Changed order module configuration page

This commit is contained in:
Marcos García de La Fuente 2014-03-11 12:47:08 +01:00
parent 31afd56897
commit 0f0228ca5a
3 changed files with 3 additions and 3 deletions

View File

@ -218,7 +218,7 @@ print '<br>';
$head = order_admin_prepare_head(null);
dol_fiche_head($head, 'general', $langs->trans("ModuleSetup"), 0, 'order');
dol_fiche_head($head, 'general', $langs->trans("Orders"), 0, 'order');
/*
* Orders Numbering model

View File

@ -75,7 +75,7 @@ print "<br>\n";
$head = order_admin_prepare_head(null);
dol_fiche_head($head, 'attributes', $langs->trans("ModuleSetup"), 0, 'order');
dol_fiche_head($head, 'attributes', $langs->trans("Orders"), 0, 'order');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";

View File

@ -76,7 +76,7 @@ print "<br>\n";
$head = order_admin_prepare_head(null);
dol_fiche_head($head, 'attributeslines', $langs->trans("ModuleSetup"), 0, 'order');
dol_fiche_head($head, 'attributeslines', $langs->trans("Orders"), 0, 'order');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";