Update card.php
$helpurl -> $help_url
This commit is contained in:
parent
bdb78956b7
commit
b4e929e57f
@ -2815,9 +2815,10 @@ if (!empty($conf->projet->enabled)) {
|
|||||||
$now = dol_now();
|
$now = dol_now();
|
||||||
|
|
||||||
$title = $langs->trans('InvoiceCustomer')." - ".$langs->trans('Card');
|
$title = $langs->trans('InvoiceCustomer')." - ".$langs->trans('Card');
|
||||||
$helpurl = "EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes";
|
|
||||||
|
|
||||||
llxHeader('', $title, $helpurl);
|
$help_url = "EN:Customers_Invoices|FR:Factures_Clients|ES:Facturas_a_clientes";
|
||||||
|
|
||||||
|
llxHeader('', $title, $help_url);
|
||||||
|
|
||||||
// Mode creation
|
// Mode creation
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user