Changed supplier module configuration page
This commit is contained in:
parent
6419cadde1
commit
31afd56897
@ -200,7 +200,7 @@ print "<br>";
|
|||||||
|
|
||||||
$head = supplierorder_admin_prepare_head(null);
|
$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
|
// Supplier invoice numbering module
|
||||||
|
|||||||
@ -200,7 +200,7 @@ print "<br>";
|
|||||||
|
|
||||||
$head = supplierorder_admin_prepare_head(null);
|
$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
|
// Supplier order numbering module
|
||||||
|
|||||||
@ -37,7 +37,7 @@ if (!$user->admin)
|
|||||||
|
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
$langs->load("other");
|
$langs->load("other");
|
||||||
$langs->load("orders");
|
$langs->load("bills");
|
||||||
$langs->load("suppliers");
|
$langs->load("suppliers");
|
||||||
|
|
||||||
$extrafields = new ExtraFields($db);
|
$extrafields = new ExtraFields($db);
|
||||||
@ -67,7 +67,7 @@ require DOL_DOCUMENT_ROOT.'/core/actions_extrafields.inc.php';
|
|||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$textobject=$langs->transnoentitiesnoconv("SuppliersInvoices");
|
$textobject=$langs->transnoentitiesnoconv("BillsSuppliers");
|
||||||
|
|
||||||
llxHeader('',$langs->trans("SuppliersSetup"));
|
llxHeader('',$langs->trans("SuppliersSetup"));
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ print "<br>\n";
|
|||||||
|
|
||||||
$head = supplierorder_admin_prepare_head(null);
|
$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";
|
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||||
|
|||||||
@ -75,7 +75,7 @@ print "<br>\n";
|
|||||||
|
|
||||||
$head = supplierorder_admin_prepare_head(null);
|
$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";
|
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user