فهرست منبع

Changed supplier module configuration page

Marcos García de La Fuente 11 سال پیش
والد
کامیت
31afd56897

+ 1 - 1
htdocs/admin/supplier_invoice.php

@@ -200,7 +200,7 @@ print "<br>";
 
 $head = supplierorder_admin_prepare_head(null);
 
-dol_fiche_head($head, 'invoice', $langs->trans("ModuleSetup"));
+dol_fiche_head($head, 'invoice', $langs->trans("Suppliers"), 0, 'company');
 
 
 // Supplier invoice numbering module

+ 1 - 1
htdocs/admin/supplier_order.php

@@ -200,7 +200,7 @@ print "<br>";
 
 $head = supplierorder_admin_prepare_head(null);
 
-dol_fiche_head($head, 'order', $langs->trans("ModuleSetup"));
+dol_fiche_head($head, 'order', $langs->trans("Suppliers"), 0, 'company');
 
 
 // Supplier order numbering module

+ 3 - 3
htdocs/admin/supplierinvoice_extrafields.php

@@ -37,7 +37,7 @@ if (!$user->admin)
 
 $langs->load("admin");
 $langs->load("other");
-$langs->load("orders");
+$langs->load("bills");
 $langs->load("suppliers");
 
 $extrafields = new ExtraFields($db);
@@ -67,7 +67,7 @@ require DOL_DOCUMENT_ROOT.'/core/actions_extrafields.inc.php';
  * View
  */
 
-$textobject=$langs->transnoentitiesnoconv("SuppliersInvoices");
+$textobject=$langs->transnoentitiesnoconv("BillsSuppliers");
 
 llxHeader('',$langs->trans("SuppliersSetup"));
 
@@ -77,7 +77,7 @@ print "<br>\n";
 
 $head = supplierorder_admin_prepare_head(null);
 
-dol_fiche_head($head, 'supplierinvoice', $langs->trans("ModuleSetup"), 0, 'invoice');
+dol_fiche_head($head, 'supplierinvoice', $langs->trans("Suppliers"), 0, 'company');
 
 
 print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";

+ 1 - 1
htdocs/admin/supplierorder_extrafields.php

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