Fix Title customer order contact card
This commit is contained in:
parent
c8e30203f8
commit
222c1d9b89
@ -103,8 +103,9 @@ elseif ($action == 'setaddress' && $user->rights->commande->creer)
|
|||||||
/*
|
/*
|
||||||
* View
|
* View
|
||||||
*/
|
*/
|
||||||
|
$title = $langs->trans('Order')." - ".$langs->trans('ContactsAddresses');
|
||||||
llxHeader('', $langs->trans('Order'), 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes');
|
$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formcompany = new FormCompany($db);
|
$formcompany = new FormCompany($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user